diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2020-10-12 00:07:58 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-10-12 00:07:58 +0200 |
commit | 905d08c98a5b6f5a9be1618049aa34ca8df4b6df (patch) | |
tree | 6ef53e7c38234504b6c41fdca6fa02b6e25f0f4c /doc/emacs/help.texi | |
parent | 07eb3df2b5d6a888afc7e061a844cc240e84396a (diff) | |
download | emacs-905d08c98a5b6f5a9be1618049aa34ca8df4b6df.tar.gz emacs-905d08c98a5b6f5a9be1618049aa34ca8df4b6df.tar.bz2 emacs-905d08c98a5b6f5a9be1618049aa34ca8df4b6df.zip |
Add a reference to the shortdoc command in the Emacs manual
* doc/emacs/help.texi (Name Help): Mention shortdoc.
Diffstat (limited to 'doc/emacs/help.texi')
-rw-r--r-- | doc/emacs/help.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi index 232b611f416..c5b59e54928 100644 --- a/doc/emacs/help.texi +++ b/doc/emacs/help.texi @@ -275,6 +275,13 @@ name is defined as a Lisp function. Type @kbd{C-g} to cancel the @kbd{C-h f} command if you don't really want to view the documentation. +@findex shortdoc-display-group + 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. + @kindex C-h v @findex describe-variable @kbd{C-h v} (@code{describe-variable}) is like @kbd{C-h f} but |