* lisp/emacs-lisp/shortdoc.el (shortdoc-display-group): Autoload.
+++
*** A new system for displaying documentation for groups of function is added.
-This can either be used by saying 'M-x short-documentation-group' and
+This can either be used by saying 'M-x shortdoc-display-group' and
choosing a group, or clicking a button in the *Help* buffers when
looking at the doc string of a function that belongs to one of these
groups.
(sqrt
:eval (sqrt -1)))
+;;;###autoload
(defun shortdoc-display-group (group)
"Pop to a buffer and display short documentation for functions in GROUP."
(interactive (list (completing-read "Show functions in: "