mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Add a reference to the shortdoc command in the Emacs manual
* doc/emacs/help.texi (Name Help): Mention shortdoc.
This commit is contained in:
parent
07eb3df2b5
commit
905d08c98a
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue