aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.