Minor rewording in Emacs manual's "Help Mode" node

* doc/emacs/help.texi (Help Mode): Minor rewording of description
of 'help-follow-symbol'.  Suggested by Richard Stallman
<rms@gnu.org> in emacs-manual-bugs@gnu.org.
This commit is contained in:
Eli Zaretskii 2018-01-26 11:43:05 +02:00
parent f35ff0156e
commit 5699a824f0

View file

@ -468,8 +468,8 @@ last hyperlink moves back to the first hyperlink.
To view all documentation about any symbol in the text, move point To view all documentation about any symbol in the text, move point
to the symbol and type @kbd{C-c C-c} (@code{help-follow-symbol}). to the symbol and type @kbd{C-c C-c} (@code{help-follow-symbol}).
This shows all available documentation about the symbol---as a This shows the documentation for all the meanings of the symbol---as a
variable, function and/or face. variable, as a function, and/or as a face.
@node Package Keywords @node Package Keywords
@section Keyword Search for Packages @section Keyword Search for Packages