]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Thu, 12 Oct 2000 18:17:56 +0000 (18:17 +0000)
committerDave Love <fx@gnu.org>
Thu, 12 Oct 2000 18:17:56 +0000 (18:17 +0000)
man/help.texi

index 3c8bdfbaa6d55688667fc29a3acb15f374100fa5..926ff03c2f865b78e4d23cc51c25ea60a951b309 100644 (file)
@@ -53,11 +53,6 @@ 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}
-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}.
-
 @item C-h i 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.
@@ -67,6 +62,11 @@ 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.
 
+@item M-x apropos-documentation @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}.
+
 @item C-h F
 This brings up the Emacs FAQ, where you can use the usual search
 commands (@pxref{Search}) to find the information.