Next: , Previous: Apropos, Up: Help

10.5 Help Mode Commands

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:

<RET>
Follow a cross reference at point (help-follow).
<TAB>
Move point forward to the next hyperlink (forward-button).
S-<TAB>
Move point back to the previous hyperlink (backward-button).
Mouse-1
Mouse-2
Follow a hyperlink that you click on.
C-c C-c
Show all documentation about the symbol at point (help-follow-symbol).
C-c C-b
Go back to the previous help topic (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.