[clfswm-cvs] r165 - in clfswm: doc src

pbrochard at common-lisp.net pbrochard at common-lisp.net
Fri Sep 19 21:01:31 UTC 2008


Author: pbrochard
Date: Fri Sep 19 17:01:31 2008
New Revision: 165

Modified:
   clfswm/doc/keys.html
   clfswm/doc/keys.txt
   clfswm/src/bindings-second-mode.lisp
Log:
Documentation update

Modified: clfswm/doc/keys.html
==============================================================================
--- clfswm/doc/keys.html	(original)
+++ clfswm/doc/keys.html	Fri Sep 19 17:01:31 2008
@@ -758,7 +758,7 @@
           T
         </td>
         <td style="color:#0000ff" nowrap>
-          Tile with spaces the current frame
+          Tile the current frame
         </td>
       </tr>
       <tr>

Modified: clfswm/doc/keys.txt
==============================================================================
--- clfswm/doc/keys.txt	(original)
+++ clfswm/doc/keys.txt	Fri Sep 19 17:01:31 2008
@@ -80,7 +80,7 @@
                        Exclam          Run a program from the query input
                        Return          Leave second mode
                        Escape          Leave second mode
-                       T               Tile with spaces the current frame
+                       T               Tile the current frame
   Mod-1 Control Shift  Home            Exit clfswm
   Mod-1                Right           Select the next sister frame
   Mod-1                Left            Select the previous sister frame

Modified: clfswm/src/bindings-second-mode.lisp
==============================================================================
--- clfswm/src/bindings-second-mode.lisp	(original)
+++ clfswm/src/bindings-second-mode.lisp	Fri Sep 19 17:01:31 2008
@@ -93,7 +93,7 @@
 
 
 (defun tile-current-frame ()
-  "Tile with spaces the current frame"
+  "Tile the current frame"
   (set-layout-once #'tile-layout)
   (leave-second-mode))
 



More information about the clfswm-cvs mailing list