[sawfish] fixed typo in doc



commit 093e37dd104dd816c9f1fec0005d5dec955c31ee
Author: chrisb <zanghar freenet de>
Date:   Thu Sep 3 19:30:18 2009 +0200

    fixed typo in doc

 lisp/sawfish/wm.jl |    4 +---
 man/sawfish.texi   |    2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/lisp/sawfish/wm.jl b/lisp/sawfish/wm.jl
index 735a69f..b549a54 100644
--- a/lisp/sawfish/wm.jl
+++ b/lisp/sawfish/wm.jl
@@ -153,9 +153,7 @@
   ;; do user-level initialization
   (load "sawfish/wm/user")
 
-(let ((session-id (or (get-command-line-option "--sm-client-id" t)
-		      ;; may be passed through from the default GNOME session
-		      (get-command-line-option "-clientId" t)))
+(let ((session-id     (get-command-line-option "--sm-client-id" t))
       (session-prefix (get-command-line-option "--sm-prefix" t)))
 
   ;; now connect with the session manager; gsm requires that apps don't
diff --git a/man/sawfish.texi b/man/sawfish.texi
index b9c1b70..81d5153 100644
--- a/man/sawfish.texi
+++ b/man/sawfish.texi
@@ -753,7 +753,7 @@ Return a window object with class @var{class}, or @code{nil}.
 @end defun
 
 @defun get-window-by-class-re class
-Return a window object with class matchting regular expression
+Return a window object with class matching regular expression
 @var{class}, or @code{nil}.
 @end defun
 



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