From b238d06b693b4ad11957f97b366e19947aea4722 Mon Sep 17 00:00:00 2001 From: Philippe Brochard Date: Fri, 19 Sep 2008 23:02:04 +0200 Subject: [PATCH] Documentation update --- doc/keys.html | 2 +- doc/keys.txt | 2 +- src/bindings-second-mode.lisp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/keys.html b/doc/keys.html index 347960b..b7e5687 100644 --- a/doc/keys.html +++ b/doc/keys.html @@ -758,7 +758,7 @@ Or do actions on corners T - Tile with spaces the current frame + Tile the current frame diff --git a/doc/keys.txt b/doc/keys.txt index f5b043f..205a2b5 100644 --- a/doc/keys.txt +++ b/doc/keys.txt @@ -80,7 +80,7 @@ Second mode keys: 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 diff --git a/src/bindings-second-mode.lisp b/src/bindings-second-mode.lisp index e147259..062c9d2 100644 --- a/src/bindings-second-mode.lisp +++ b/src/bindings-second-mode.lisp @@ -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)) -- 2.11.4.GIT