[sawfish] small err in comment of try-require



commit 6e1a9aab9067bca6fdc85a6998f6bb39d0e5c997
Author: chrisb <zanghar freenet de>
Date:   Sun Sep 6 22:13:04 2009 +0200

    small err in comment of try-require

 lisp/sawfish/wm/defaults.jl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lisp/sawfish/wm/defaults.jl b/lisp/sawfish/wm/defaults.jl
index aa8eb5b..8668844 100644
--- a/lisp/sawfish/wm/defaults.jl
+++ b/lisp/sawfish/wm/defaults.jl
@@ -45,7 +45,7 @@
 
 ;; try-require
 ;; try to trequire a script, but don't
-;; err if failed, just place a message
+;; err if failed
 (define (try-require sym)
   (condition-case nil
       (require sym)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]