[sawfish: 3/10] Minor docstring correction.



commit aec347b18a900afd750adf76bb681aca1eb824bb
Author: Teika kazura <teika lavabit com>
Date:   Wed Sep 30 14:11:41 2009 +0900

    Minor docstring correction.
    Docstring of 'dont-avoid-ignored' is changed wrongly in cecf01b2. It is corrected.

 OPTIONS                    |    2 +-
 lisp/sawfish/wm/windows.jl |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/OPTIONS b/OPTIONS
index 4dbbe0f..8342ce0 100644
--- a/OPTIONS
+++ b/OPTIONS
@@ -491,7 +491,7 @@
 ;;    "Keep transient windows stacked above")
 
 ;;  (define-special-variable dont-avoid-ignored t
-;;    "When non-nil, ignored windows aren't avoided by default.")
+;;    "Whether to not avoid ignored windows by default."
 
 ;;  (define-special-variable avoid-by-default nil
 ;;    "When non-nil, any unspecified windows are avoided by default.")
diff --git a/lisp/sawfish/wm/windows.jl b/lisp/sawfish/wm/windows.jl
index 3fd1c7c..8889482 100644
--- a/lisp/sawfish/wm/windows.jl
+++ b/lisp/sawfish/wm/windows.jl
@@ -91,7 +91,7 @@
     :group (misc warp))
 
   (defcustom dont-avoid-ignored t
-    "Whether to not ignore avoided windows by default."
+    "Whether to not avoid ignored windows by default."
     :type boolean
     :group misc)
 



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