]> git.eshelyaron.com Git - emacs.git/commitdiff
Autoload shortdoc command and adjust NEWS
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 11 Oct 2020 10:05:55 +0000 (12:05 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 11 Oct 2020 10:05:55 +0000 (12:05 +0200)
* lisp/emacs-lisp/shortdoc.el (shortdoc-display-group): Autoload.

etc/NEWS
lisp/emacs-lisp/shortdoc.el

index 3166eb22a6cb21e9d8b75d29f7621e2113239878..cc8733c2c07e82006bd5f8ef4f77d6ef4779bc03 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -87,7 +87,7 @@ useful on systems such as FreeBSD which ships only with "etc/termcap".
 
 +++
 *** 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.
index cabf026cd0e93ab6ae5d570261cd9b1313620ec1..e2e5c0f573269063066860ce71a8a7e0c3b762f6 100644 (file)
@@ -935,6 +935,7 @@ There can be any number of :example/:result elements."
   (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: "