[slime-cvs] CVS slime/doc
alendvai
alendvai at common-lisp.net
Sun Dec 24 13:43:15 UTC 2006
Update of /project/slime/cvsroot/slime/doc
In directory clnet:/tmp/cvs-serv8640/doc
Modified Files:
slime.texi
Log Message:
Small doc fixes by Alfredo Beaumont
--- /project/slime/cvsroot/slime/doc/slime.texi 2006/11/22 06:27:38 1.50
+++ /project/slime/cvsroot/slime/doc/slime.texi 2006/12/24 13:43:15 1.51
@@ -10,7 +10,7 @@
@set EDITION 2.0
@c @set UPDATED @today{}
- at set UPDATED @code{$Date: 2006/11/22 06:27:38 $}
+ at set UPDATED @code{$Date: 2006/12/24 13:43:15 $}
@set TITLE SLIME User Manual
@settitle @value{TITLE}, version @value{EDITION}
@@ -381,7 +381,7 @@
(global-set-key "\C-cs" 'slime-selector)
@end example
@noindent
-which binds @kbd{C-c s} to the function @code{global-set-key}.
+which binds @kbd{C-c s} to the function @code{slime-selector}.
@c -----------------------
@node inferior-lisp, Multithreading, About key bindings, User-interface conventions
@@ -1753,7 +1753,6 @@
@end example
@c -----------------------
-=======
If you need to do anything particular
(like be able to reconnect to swank after you're done), look into
@code{swank:create-server}'s other arguments. Some of these arguments
@@ -1786,7 +1785,6 @@
to connect to this lisp image from the same machine.
->>>>>>> 1.49
@node Setting up Emacs
@subsection Setting up Emacs
More information about the slime-cvs
mailing list