comparison man/help.texi @ 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 2b1871fcf25f
children 41b70b041a5a
comparison
equal deleted inserted replaced
34023:d6585456bdd6 34024:b298f10891e5
51 @item M-x apropos @var{topic} @key{RET} 51 @item M-x apropos @var{topic} @key{RET}
52 This works like @kbd{C-h a}, but it also searches for user options and 52 This works like @kbd{C-h a}, but it also searches for user options and
53 other variables, in case the feature you are looking for is controlled 53 other variables, in case the feature you are looking for is controlled
54 by an option, not a command. @xref{Apropos}. 54 by an option, not a command. @xref{Apropos}.
55 55
56 @item C-h i emacs @key{RET} i @var{topic} @key{RET} 56 @item C-h i m emacs @key{RET} i @var{topic} @key{RET}
57 This looks up @var{topic} in the indices of the Emacs on-line manual. 57 This looks up @var{topic} in the indices of the Emacs on-line manual.
58 Press @key{,} repetitively until you find what you are looking for. 58 Press @key{,} repetitively until you find what you are looking for.
59 59
60 @item C-h i emacs @key{RET} s @var{topic} @key{RET} 60 @item C-h i m emacs @key{RET} s @var{topic} @key{RET}
61 This works like the previous command, but it searches for @var{topic} 61 This works like the previous command, but it searches for @var{topic}
62 (which can be a regular expression) in the @emph{text} of the manual 62 (which can be a regular expression) in the @emph{text} of the manual
63 rather than in its indices. 63 rather than in its indices.
64 64
65 @item M-x apropos-documentation @var{topic} @key{RET} 65 @item M-x apropos-documentation @var{topic} @key{RET}