1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 04:10:27 -08:00

(Help Mode): Cleanup.

This commit is contained in:
Richard M. Stallman 2006-03-31 17:36:40 +00:00
parent e01a5bb586
commit 7d836f619c

View file

@ -512,11 +512,11 @@ the help text. @key{TAB} (@code{help-next-ref}) moves point down to the
next cross reference. Use @kbd{S-@key{TAB}} to move point up to the
previous cross reference (@code{help-previous-ref}).
To view all documentation about a symbol, whether quoted or not, move
point over the symbol and type @kbd{C-c C-c}
You can view all documentation about any symbol name that appears in
the text, by moving point to the symbol name and typing @kbd{C-c C-c}
(@code{help-follow-symbol}). This shows all available documentation
about the symbol as a variable, function or face. Just like for
quoted cross references, you can use @kbd{C-c C-b} to retrace your steps.
about the symbol as a variable, function and/or face. @kbd{C-c C-b}
works in this case also, to retrace your steps.
@node Misc Help
@section Other Help Commands