From: Eli Zaretskii Date: Wed, 29 Nov 2000 20:39:28 +0000 (+0000) Subject: Fix a bug: "C-h i m emacs" instead of "C-h i emacs". X-Git-Tag: emacs-pretest-21.0.93~362 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c6e007a60c931b423d5dd63debb83395d70f8459;p=emacs.git Fix a bug: "C-h i m emacs" instead of "C-h i emacs". --- 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.