]> code.delx.au - gnu-emacs/commitdiff
(Help Mode): Cleanup.
authorRichard M. Stallman <rms@gnu.org>
Fri, 31 Mar 2006 17:36:40 +0000 (17:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 31 Mar 2006 17:36:40 +0000 (17:36 +0000)
man/help.texi

index 84a3656ad570de309ed8cc66b7df23778dccc9e0..35470551862460383932c3288db81e2497533bf1 100644 (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