[slime-cvs] CVS slime/doc

CVS User sboukarev sboukarev at common-lisp.net
Mon Oct 19 23:14:44 UTC 2009


Update of /project/slime/cvsroot/slime/doc
In directory cl-net:/tmp/cvs-serv31106/doc

Modified Files:
	slime.texi 
Log Message:
doc/slime.texi: Really commit a typo fix.


--- /project/slime/cvsroot/slime/doc/slime.texi	2009/10/10 13:44:34	1.82
+++ /project/slime/cvsroot/slime/doc/slime.texi	2009/10/19 23:14:44	1.83
@@ -12,7 +12,7 @@
 @set EDITION 3.0-alpha
 @set SLIMEVER 3.0-alpha
 @c @set UPDATED @today{}
- at set UPDATED @code{$Date: 2009/10/10 13:44:34 $}
+ at set UPDATED @code{$Date: 2009/10/19 23:14:44 $}
 @set TITLE SLIME User Manual
 @settitle @value{TITLE}, version @value{EDITION}
 
@@ -780,7 +780,7 @@
 which binds @kbd{C-c s} to the function @code{slime-selector}.
 
 Alternatively, if you want to assign or change a key binding in just a
-particular slime mode, you can use the @code{global-set-key} function
+particular slime mode, you can use the @code{define-key} function
 in your @file{~/.emacs} file like this:
 @example
 (define-key slime-repl-mode-map (kbd "C-c ;") 





More information about the slime-cvs mailing list