]> git.eshelyaron.com Git - emacs.git/commitdiff
Add a reference to the shortdoc command in the Emacs manual
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 11 Oct 2020 22:07:58 +0000 (00:07 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 11 Oct 2020 22:07:58 +0000 (00:07 +0200)
* doc/emacs/help.texi (Name Help): Mention shortdoc.

doc/emacs/help.texi

index 232b611f41642d407ed3471ccc5ab7165d6531db..c5b59e549285880c82781801c48bfa04ea7ad067 100644 (file)
@@ -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