Fix a bug: "C-h i m emacs" instead of "C-h i emacs".
This commit is contained in:
parent
0383ed602c
commit
c6e007a60c
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue