[sawfish] Minor doc improvements.



commit 90d97e8e573a414ce819901f8f20d2ae674dd171
Author: Teika kazura <teika lavabit com>
Date:   Sat Nov 14 13:13:24 2009 +0900

    Minor doc improvements.

 OPTIONS                      |    2 +-
 lisp/sawfish/wm/workspace.jl |    2 +-
 man/news.texi                |    5 ++++-
 man/sawfish.texi             |   13 +++++++------
 4 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/OPTIONS b/OPTIONS
index c336ec5..e79e0f7 100644
--- a/OPTIONS
+++ b/OPTIONS
@@ -677,7 +677,7 @@
 ;; display-workspace-name options
 
 ;; (define-special-variable display-ws-name-on-switch nil
-;;   "Wether to display workspace name upon switch")
+;;   "Whether to display workspace name upon switch")
 ;;  ;; need to call this function to make display-ws-name work
 ;; (display-ws-name-setter)
 
diff --git a/lisp/sawfish/wm/workspace.jl b/lisp/sawfish/wm/workspace.jl
index 55f0d46..807218a 100644
--- a/lisp/sawfish/wm/workspace.jl
+++ b/lisp/sawfish/wm/workspace.jl
@@ -963,7 +963,7 @@ last instance remaining, then delete the actual window."
 ;;; Extras
 
   (defcustom display-ws-name-on-switch nil
-    "Wether to display workspace name upon switch"
+    "Whether to display workspace name upon switch"
     :type boolean
     :group workspace
     :after-set (lambda () (display-ws-name-setter)))
diff --git a/man/news.texi b/man/news.texi
index 27ba1a8..8488b5a 100644
--- a/man/news.texi
+++ b/man/news.texi
@@ -194,7 +194,10 @@ In KDE4 WM Selector, Sawfish is added. [Christopher Bratusek]
 
 @item Added @code{get-window-by-class} and @code{get-window-by-class-re} [Christopher Bratusek]
 
- item New Frame Classes [Christopher Bratusek]
+ item New Frame Classes [Christopher Bratusek] @*
+A ``frame class'' defines frame component. There's no user visible
+changes.
+
 @itemize +
 
 @item @code{sticky-button}, a button to toggle window @code{sticky} or @code{viewport-sticky}
diff --git a/man/sawfish.texi b/man/sawfish.texi
index f9b188b..b348407 100644
--- a/man/sawfish.texi
+++ b/man/sawfish.texi
@@ -6375,7 +6375,7 @@ The available hooks are listed below.
 * Window Cycling Hooks::
 * X Hooks::
 * Pointer Motion Hooks::
-* Workspace Hooks::
+* Workspace and Viewport Hooks::
 * Startup and Shutdown Hooks::
 * Other Hooks::
 @end menu
@@ -6590,7 +6590,7 @@ argument to the hook.
 @end defvr
 
 
- node Pointer Motion Hooks, Workspace Hooks, X Hooks, Standard Hooks
+ node Pointer Motion Hooks, Workspace and Viewport Hooks, X Hooks, Standard Hooks
 @section Pointer Motion Hooks
 @cindex Pointer Motion Hooks
 @cindex Hooks, Pointer Motion
@@ -6657,10 +6657,11 @@ never gets focus.
 @end defvr
 
 
- node Workspace Hooks, Startup and Shutdown Hooks, Pointer Motion Hooks, Standard Hooks
- section Workspace Hooks
+ node Workspace and Viewport Hooks, Startup and Shutdown Hooks, Pointer Motion Hooks, Standard Hooks
+ section Workspace and Viewport Hooks
 @cindex Workspace Hooks
- cindex Hooks, Workspace
+ cindex Viewport Hooks
+ cindex Hooks, Workspace and Viewport
 
 @defvr {Hook} enter-workspace-hook
 @defvrx {Hook} leave-workspace-hook
@@ -6706,7 +6707,7 @@ edge in question.
 @end defvr
 
 
- node Startup and Shutdown Hooks, Other Hooks, Workspace Hooks, Standard Hooks
+ node Startup and Shutdown Hooks, Other Hooks, Workspace and Viewport Hooks, Standard Hooks
 @section Startup and Shutdown Hooks
 @cindex Startup and Shutdown Hooks
 @cindex Hooks, Startup and Shutdown



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