]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a bug: "C-h i m emacs" instead of "C-h i emacs".
authorEli Zaretskii <eliz@gnu.org>
Wed, 29 Nov 2000 20:39:28 +0000 (20:39 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 29 Nov 2000 20:39:28 +0000 (20:39 +0000)
man/help.texi

index 926ff03c2f865b78e4d23cc51c25ea60a951b309..146e7ce36cbbb33d39b13012bcfdc2cd3723d4ce 100644 (file)
@@ -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 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 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.