[slime-cvs] CVS slime
heller
heller at common-lisp.net
Wed Sep 24 09:13:18 UTC 2008
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv14225
Modified Files:
slime.el
Log Message:
(slime-prefix-map): Fix docstring.
--- /project/slime/cvsroot/slime/slime.el 2008/09/24 09:11:02 1.1040
+++ /project/slime/cvsroot/slime/slime.el 2008/09/24 09:12:59 1.1041
@@ -613,7 +613,7 @@
"The prefix key to use in SLIME keybinding sequences.")
(defvar slime-prefix-map (make-sparse-keymap)
- "Keymap for prefixed with `slime-prefix-key'.")
+ "Keymap for commands prefixed with `slime-prefix-key'.")
(defun* slime-define-key (key command &key prefixed)
"Define a keybinding of KEY for COMMAND.
More information about the slime-cvs
mailing list