]> git.eshelyaron.com Git - emacs.git/commitdiff
(Repetition): Rename isearch-resume-enabled to
authorKim F. Storm <storm@cua.dk>
Mon, 13 Sep 2004 08:15:37 +0000 (08:15 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 13 Sep 2004 08:15:37 +0000 (08:15 +0000)
isearch-resume-in-command-history and change default to disabled.

man/mini.texi

index ec82c6d4f885d6fe17fb9b0a72610d8a73e338c1..9d0a7d54be1b05e75f4c397eb531e77f6a13a79b 100644 (file)
@@ -564,12 +564,13 @@ of saved entire commands.  After finding the desired previous command,
 you can edit its expression as usual and then resubmit it by typing
 @key{RET} as usual.
 
-@vindex isearch-resume-enabled
+@vindex isearch-resume-in-command-history
   Incremental search does not, strictly speaking, use the minibuffer,
-but it does something similar, so normally it is treated as a complex
-command and it appears in the history list for @kbd{C-x @key{ESC}
-@key{ESC}}.  You can disable that by setting
-@code{isearch-resume-enabled} to @code{nil}.
+but it does something similar.  Although it behaves like a complex command,
+it normally does not appear in the history list for @kbd{C-x
+@key{ESC} @key{ESC}}.  You can make it appear in the history by
+setting @code{isearch-resume-in-command-history} to a non-@code{nil}
+value.
 
 @vindex command-history
   The list of previous minibuffer-using commands is stored as a Lisp