Mercurial > emacs
changeset 34024:b298f10891e5
Fix a bug: "C-h i m emacs" instead of "C-h i emacs".
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 29 Nov 2000 20:39:28 +0000 |
parents | d6585456bdd6 |
children | 07dcbc7e702f |
files | man/help.texi |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.