diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-11-29 20:39:28 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-11-29 20:39:28 +0000 |
commit | c6e007a60c931b423d5dd63debb83395d70f8459 (patch) | |
tree | 913c807fbcaf582f32288a0fb85ce5cc75a27882 /man/help.texi | |
parent | 0383ed602c21f9f7c619ef0538bb53433ceabc17 (diff) | |
download | emacs-c6e007a60c931b423d5dd63debb83395d70f8459.tar.gz |
Fix a bug: "C-h i m emacs" instead of "C-h i emacs".
Diffstat (limited to 'man/help.texi')
-rw-r--r-- | man/help.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/help.texi b/man/help.texi index 926ff03c2f8..146e7ce36cb 100644 --- a/man/help.texi +++ b/man/help.texi @@ -53,11 +53,11 @@ This works like @kbd{C-h a}, but it also searches for user options and other variables, in case the feature you are looking for is controlled by an option, not a command. @xref{Apropos}. -@item C-h i emacs @key{RET} i @var{topic} @key{RET} +@item C-h i m emacs @key{RET} i @var{topic} @key{RET} This looks up @var{topic} in the indices of the Emacs on-line manual. Press @key{,} repetitively until you find what you are looking for. -@item C-h i emacs @key{RET} s @var{topic} @key{RET} +@item C-h i m emacs @key{RET} s @var{topic} @key{RET} This works like the previous command, but it searches for @var{topic} (which can be a regular expression) in the @emph{text} of the manual rather than in its indices. |