Mercurial > emacs
comparison man/help.texi @ 36454:570f4012f2b5
(Help): Add @key[RET} in @items.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 01 Mar 2001 14:28:32 +0000 |
parents | 7db61ad895f6 |
children | 985393bc6af7 |
comparison
equal
deleted
inserted
replaced
36453:fac48519e05b | 36454:570f4012f2b5 |
---|---|
48 @item C-h a @var{topic} @key{RET} | 48 @item C-h a @var{topic} @key{RET} |
49 This searches for commands whose names match @var{topic}, which should | 49 This searches for commands whose names match @var{topic}, which should |
50 be a regular expression (@pxref{Regexps}). Browse the buffer popped | 50 be a regular expression (@pxref{Regexps}). Browse the buffer popped |
51 up by Emacs, to find what you are looking for. @xref{Apropos}. | 51 up by Emacs, to find what you are looking for. @xref{Apropos}. |
52 | 52 |
53 @item M-x apropos @var{topic} @key{RET} | 53 @item M-x apropos @key{RET} @var{topic} @key{RET} |
54 This works like @kbd{C-h a}, but it also searches for user options and | 54 This works like @kbd{C-h a}, but it also searches for user options and |
55 other variables, in case the feature you are looking for is controlled | 55 other variables, in case the feature you are looking for is controlled |
56 by an option, not a command. @xref{Apropos}. | 56 by an option, not a command. @xref{Apropos}. |
57 | 57 |
58 @item M-x apropos-documentation @var{topic} @key{RET} | 58 @item M-x apropos-documentation @key{RET} @var{topic} @key{RET} |
59 This searches the @emph{documentation strings} (the built-in short | 59 This searches the @emph{documentation strings} (the built-in short |
60 descriptions) of all variables and functions (not their names) for a | 60 descriptions) of all variables and functions (not their names) for a |
61 match for @var{topic}, a regular expression. @xref{Apropos}. | 61 match for @var{topic}, a regular expression. @xref{Apropos}. |
62 | 62 |
63 @item C-h i m emacs @key{RET} i @var{topic} @key{RET} | 63 @item C-h i m emacs @key{RET} i @var{topic} @key{RET} |