[clfswm-cvs] CVS clfswm
pbrochard
pbrochard at common-lisp.net
Wed Dec 26 22:49:36 UTC 2007
Update of /project/clfswm/cvsroot/clfswm
In directory clnet:/tmp/cvs-serv16263
Modified Files:
clfswm-util.lisp config.lisp
Log Message:
typo in second mode bindings documentation
--- /project/clfswm/cvsroot/clfswm/clfswm-util.lisp 2007/12/22 22:55:26 1.4
+++ /project/clfswm/cvsroot/clfswm/clfswm-util.lisp 2007/12/26 22:49:35 1.5
@@ -1,7 +1,7 @@
;;; --------------------------------------------------------------------------
;;; CLFSWM - FullScreen Window Manager
;;;
-;;; #Date#: Sat Dec 22 23:15:43 2007
+;;; #Date#: Wed Dec 26 23:45:06 2007
;;;
;;; --------------------------------------------------------------------------
;;; Documentation: Utility
@@ -596,7 +596,7 @@
(defun eval-from-query-string ()
- "Eval a lisp form the query input"
+ "Eval a lisp form from the query input"
(let ((form (query-string "Eval:"))
(result nil))
(when (and form (not (equal form "")))
--- /project/clfswm/cvsroot/clfswm/config.lisp 2007/12/21 23:45:56 1.5
+++ /project/clfswm/cvsroot/clfswm/config.lisp 2007/12/26 22:49:35 1.6
@@ -1,7 +1,7 @@
;;; --------------------------------------------------------------------------
;;; CLFSWM - FullScreen Window Manager
;;;
-;;; #Date#: Sat Dec 22 00:40:23 2007
+;;; #Date#: Wed Dec 26 20:22:26 2007
;;;
;;; --------------------------------------------------------------------------
;;; Documentation: Configuration file
More information about the clfswm-cvs
mailing list