Next: ASDF, Previous: Fuzzy Completion, Up: Contributed Packages
slime-autodoc-modeAutodoc mode is an additional minor-mode for automatically showing
information about symbols near the point. For function names the
argument list is displayed, and for global variables, the value.
This is a clone of eldoc-mode for Emacs Lisp.
The mode can be enabled by default in the slime-setup call of your
~/.emacs:
(slime-setup '(slime-autodoc))
If the variable slime-use-autodoc-mode is set (default), Emacs
starts a timer, otherwise the information is only displayed after
pressing SPC.