diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-09-25 14:26:40 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-09-25 14:35:10 +0200 |
commit | 489bca19b7a55ba00dbc1d917cd8832268cebcee (patch) | |
tree | 8dec068dd9c5e3b9073bbc8f5715f02590809c40 /doc/emacs | |
parent | a256f49f0828a2069acc302dd11d78be2486b565 (diff) | |
download | emacs-489bca19b7a55ba00dbc1d917cd8832268cebcee.tar.gz |
Improve shortdoc documentation
* doc/emacs/help.texi (Name Help):
* doc/lispref/help.texi (Documentation Groups): Refer to
'shortdoc' convenience alias instead of 'shortdoc-display-group'.
* lisp/emacs-lisp/shortdoc.el: Add Commentary.
(shortdoc-next, shortdoc-previous)
(shortdoc-next-section, shortdoc-previous-section): Doc fixes.
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/help.texi | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi index 84b082825c2..6d9c028b742 100644 --- a/doc/emacs/help.texi +++ b/doc/emacs/help.texi @@ -311,12 +311,11 @@ doc string to display. In that case, if to load the file in which the function is defined to see whether there's a doc string there. -@findex shortdoc-display-group +@findex shortdoc You can get an overview of functions relevant for a particular topic -by using the @kbd{M-x shortdoc-display-group} command. This will -prompt you for an area of interest, e.g., @code{string}, and pop you -to a buffer where many of the functions relevant for handling strings -are listed. +by using the @kbd{M-x shortdoc} command. This will prompt you for an +area of interest, e.g., @code{string}, and pop you to a buffer where +many of the functions relevant for handling strings are listed. @kindex C-h v @findex describe-variable |