Next: Package Keywords, Previous: Apropos, Up: Help
Help buffers provide the same commands as View mode (see View Mode); for instance, <SPC> scrolls forward, and <DEL> or S-<SPC> scrolls backward. A few special commands are also provided:
help-follow
).
forward-button
).
backward-button
).
help-follow-symbol
).
help-go-back
).
When a function name, variable name, or face name (see Faces)
appears in the documentation in the help buffer, it is normally an
underlined hyperlink. To view the associated documentation,
move point there and type <RET> (help-follow
), or click on
the hyperlink with Mouse-1 or Mouse-2. Doing so replaces
the contents of the help buffer; to retrace your steps, type C-c
C-b (help-go-back
).
A help buffer can also contain hyperlinks to Info manuals, source
code definitions, and URLs (web pages). The first two are opened in
Emacs, and the third using a web browser via the browse-url
command (see Browse-URL).
In a help buffer, <TAB> (forward-button
) moves point
forward to the next hyperlink, while S-<TAB>
(backward-button
) point back to the previous hyperlink. These
commands act cyclically; for instance, typing <TAB> at the last
hyperlink moves back to the first hyperlink.
To view all documentation about any symbol in the text, move point
to there and type C-c C-c (help-follow-symbol
). This
shows all available documentation about the symbol—as a variable,
function and/or face.