From: Kim F. Storm Date: Mon, 13 Sep 2004 08:15:37 +0000 (+0000) Subject: (Repetition): Rename isearch-resume-enabled to X-Git-Tag: ttn-vms-21-2-B4~4938 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3cfa78731753297cd6a74c757337a21e1e13e3c2;p=emacs.git (Repetition): Rename isearch-resume-enabled to isearch-resume-in-command-history and change default to disabled. --- diff --git a/man/mini.texi b/man/mini.texi index ec82c6d4f88..9d0a7d54be1 100644 --- a/man/mini.texi +++ b/man/mini.texi @@ -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