# HG changeset patch # User Eli Zaretskii # Date 975530368 0 # Node ID b298f10891e5c42317bbf957e016e0e2d0d985da # Parent d6585456bdd6fa70ca8866c0d1ceffa8418f33df Fix a bug: "C-h i m emacs" instead of "C-h i emacs". diff -r d6585456bdd6 -r b298f10891e5 man/help.texi --- a/man/help.texi Wed Nov 29 20:05:46 2000 +0000 +++ b/man/help.texi Wed Nov 29 20:39:28 2000 +0000 @@ -53,11 +53,11 @@ 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.