[slime-cvs] CVS slime/doc

CVS User sboukarev sboukarev at common-lisp.net
Mon Apr 5 18:56:13 UTC 2010


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

Modified Files:
	slime.texi 
Log Message:
* doc/slime.texi: Document the above change.


--- /project/slime/cvsroot/slime/doc/slime.texi	2010/03/21 13:45:29	1.99
+++ /project/slime/cvsroot/slime/doc/slime.texi	2010/04/05 18:56:13	1.100
@@ -12,7 +12,7 @@
 @set EDITION 3.0-alpha
 @set SLIMEVER 3.0-alpha
 @c @set UPDATED @today{}
- at set UPDATED @code{$Date: 2010/03/21 13:45:29 $}
+ at set UPDATED @code{$Date: 2010/04/05 18:56:13 $}
 @set TITLE SLIME User Manual
 @settitle @value{TITLE}, version @value{EDITION}
 
@@ -997,7 +997,7 @@
 @kbditem{C-c C-d f, slime-describe-function}
 Describe the function at point.
 
- at kbditem{C-c C-d a, slime-apropos}
+ at kbditem{C-c C-d A, slime-apropos}
 Perform an apropos search on Lisp symbol names for a regular expression
 match and display their documentation strings. By default the external
 symbols of all packages are searched. With a prefix argument you can choose a
@@ -2554,12 +2554,21 @@
 @cmditem{slime-autodoc-mode}
 Toggles autodoc-mode on or off according to the argument, and
 toggles the mode when invoked without argument.
+ at kbditem{C-c C-d a, slime-autodoc-manually}
+Like slime-autodoc, but when called twice,
+or after slime-autodoc was already automatically called, 
+display multiline arglist.
 @end table
 
+ at vindex slime-use-autodoc-mode
 If the variable @code{slime-use-autodoc-mode} is set (default), Emacs
 starts a timer, otherwise the information is only displayed after
 pressing SPC.
 
+ at vindex slime-autodoc-use-multiline-p
+If @code{slime-autodoc-use-multiline-p} is set to non-nil,
+allow long autodoc messages to resize echo area display.
+
 @node ASDF
 @section ASDF
 





More information about the slime-cvs mailing list