aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/help.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/help.texi b/man/help.texi
index 3c8bdfbaa6d..926ff03c2f8 100644
--- a/man/help.texi
+++ b/man/help.texi
@@ -53,11 +53,6 @@ This works like @kbd{C-h a}, but it also searches for user options and
53other variables, in case the feature you are looking for is controlled 53other 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}
57This searches the @emph{documentation strings} (the built-in short
58descriptions) of all variables and functions (not their names) for a
59match for @var{topic}, a regular expression. @xref{Apropos}.
60
61@item C-h i emacs @key{RET} i @var{topic} @key{RET} 56@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. 57This looks up @var{topic} in the indices of the Emacs on-line manual.
63Press @key{,} repetitively until you find what you are looking for. 58Press @key{,} repetitively until you find what you are looking for.
@@ -67,6 +62,11 @@ This works like the previous command, but it searches for @var{topic}
67(which can be a regular expression) in the @emph{text} of the manual 62(which can be a regular expression) in the @emph{text} of the manual
68rather than in its indices. 63rather than in its indices.
69 64
65@item M-x apropos-documentation @var{topic} @key{RET}
66This searches the @emph{documentation strings} (the built-in short
67descriptions) of all variables and functions (not their names) for a
68match for @var{topic}, a regular expression. @xref{Apropos}.
69
70@item C-h F 70@item C-h F
71This brings up the Emacs FAQ, where you can use the usual search 71This brings up the Emacs FAQ, where you can use the usual search
72commands (@pxref{Search}) to find the information. 72commands (@pxref{Search}) to find the information.