*** slime.texi-1.100 2010-04-13 23:33:11.000000000 -0400 --- slime.texi 2010-04-13 23:54:10.000000000 -0400 *************** *** 997,1003 **** @kbditem{C-c C-d f, slime-describe-function} Describe the function at point. ! @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 --- 997,1003 ---- @kbditem{C-c C-d f, slime-describe-function} Describe the function at point. ! @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,2560 **** @cmditem{slime-autodoc-mode} Toggles autodoc-mode on or off according to the argument, and toggles the mode when invoked without argument. ! @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. --- 2554,2560 ---- @cmditem{slime-autodoc-mode} Toggles autodoc-mode on or off according to the argument, and toggles the mode when invoked without argument. ! @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.