changeset 36454:570f4012f2b5

(Help): Add @key[RET} in @items.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 01 Mar 2001 14:28:32 +0000
parents fac48519e05b
children 0f5618d75b4a
files man/help.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/man/help.texi	Thu Mar 01 14:14:09 2001 +0000
+++ b/man/help.texi	Thu Mar 01 14:28:32 2001 +0000
@@ -50,12 +50,12 @@
 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}.