From c6e007a60c931b423d5dd63debb83395d70f8459 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 29 Nov 2000 20:39:28 +0000 Subject: [PATCH] Fix a bug: "C-h i m emacs" instead of "C-h i emacs". --- man/help.texi | 4 ++-- 1 file 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. -- 2.39.5