aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2000-10-10 12:47:56 +0000
committerEli Zaretskii2000-10-10 12:47:56 +0000
commit8816e608d060ea2a8a8f28a66dfa6f3b2fbf7351 (patch)
tree66800b364600473411a08f10a3248f501d9e7c6c
parent3085f862f5ececc01be627cd3a37b6cd51aa9405 (diff)
downloademacs-8816e608d060ea2a8a8f28a66dfa6f3b2fbf7351.tar.gz
emacs-8816e608d060ea2a8a8f28a66dfa6f3b2fbf7351.zip
Fix wording.
-rw-r--r--man/help.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/help.texi b/man/help.texi
index 7cac1e80e74..3c8bdfbaa6d 100644
--- a/man/help.texi
+++ b/man/help.texi
@@ -54,9 +54,9 @@ other variables, in case the feature you are looking for is controlled
54by an option, not a command. @xref{Apropos}. 54by an option, not a command. @xref{Apropos}.
55 55
56@item M-x apropos-documentation @var{topic} @key{RET} 56@item M-x apropos-documentation @var{topic} @key{RET}
57This searches the @emph{documentation strings} of all variables and 57This searches the @emph{documentation strings} (the built-in short
58functions (not their names) for a match for @var{topic}, a regular 58descriptions) of all variables and functions (not their names) for a
59expression. @xref{Apropos}. 59match for @var{topic}, a regular expression. @xref{Apropos}.
60 60
61@item C-h i emacs @key{RET} i @var{topic} @key{RET} 61@item C-h i emacs @key{RET} i @var{topic} @key{RET}
62This looks up @var{topic} in the indices of the Emacs on-line manual. 62This looks up @var{topic} in the indices of the Emacs on-line manual.