* Stas Boukarev [2010-04-14 13:54+0200] writes:
Mark Harig idirectscm@aim.com writes:
Index: slime/ChangeLog diff -u slime/ChangeLog:1.2057 slime/ChangeLog:1.2061 --- slime/ChangeLog:1.2057 Mon Apr 5 23:05:25 2010 +++ slime/ChangeLog Mon Apr 12 14:51:10 2010 @@ -1,3 +1,19 @@ +2010-04-12 Helmut Eller heller@common-lisp.net
- slime.el (slime-doc-bindings): Restore key for slime-apropos.
Here is a patch for 'doc/slime.texi', revision 1.100, that reverts the documentation for `C-c C-d a' and `C-c C-d A' to match your reversion of the key bindings.
Any ideas where I can place keybindings for slime-autodoc-manually? C-c C-d A doesn't look convinient.
C-c C-d s (for "signature") would be free. slime-describe-function and slime-describe-symbol could probably be merged into one command to free up C-c C-d f.
Helmut