[clfswm-cvs] r69 - clfswm/src
pbrochard at common-lisp.net
pbrochard at common-lisp.net
Sun Apr 6 13:31:46 UTC 2008
Author: pbrochard
Date: Sun Apr 6 09:31:45 2008
New Revision: 69
Modified:
clfswm/src/clfswm-nw-hooks.lisp
Log:
test of git pack
Modified: clfswm/src/clfswm-nw-hooks.lisp
==============================================================================
--- clfswm/src/clfswm-nw-hooks.lisp (original)
+++ clfswm/src/clfswm-nw-hooks.lisp Sun Apr 6 09:31:45 2008
@@ -134,7 +134,7 @@
;;; Open a new window but leave the focus on the current child
(defun leave-focus-frame-nw-hook (frame window)
- "Open the next window in the current frame and leave the focus to the current child"
+ "Open the next window in the current frame and leave the focus on the current child"
(declare (ignore frame))
(leave-if-not-frame *current-child*)
(when (frame-p *current-child*)
@@ -145,7 +145,7 @@
(default-window-placement *current-child* window))
(defun set-leave-focus-frame-nw-hook ()
- "Open the next window in the current frame and leave the focus to the current child"
+ "Open the next window in the current frame and leave the focus on the current child"
(set-nw-hook #'leave-focus-frame-nw-hook))
(register-nw-hook 'set-leave-focus-frame-nw-hook)
More information about the clfswm-cvs
mailing list