From: Gerd Moellmann Date: Thu, 1 Mar 2001 14:28:32 +0000 (+0000) Subject: (Help): Add @key[RET} in @items. X-Git-Tag: emacs-pretest-21.0.99~71 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cb4755c42d406f23c4a2114211588ae6042a512e;p=emacs.git (Help): Add @key[RET} in @items. --- diff --git a/man/help.texi b/man/help.texi index 93795628832..411f7c3a9b3 100644 --- a/man/help.texi +++ b/man/help.texi @@ -50,12 +50,12 @@ This searches for commands whose names match @var{topic}, which should be a regular expression (@pxref{Regexps}). Browse the buffer popped up by Emacs, to find what you are looking for. @xref{Apropos}. -@item M-x apropos @var{topic} @key{RET} +@item M-x apropos @key{RET} @var{topic} @key{RET} 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 M-x apropos-documentation @var{topic} @key{RET} +@item M-x apropos-documentation @key{RET} @var{topic} @key{RET} This searches the @emph{documentation strings} (the built-in short descriptions) of all variables and functions (not their names) for a match for @var{topic}, a regular expression. @xref{Apropos}.