Mercurial > emacs
changeset 57080:82fe8e8f2ffe
(Repetition): Rename isearch-resume-enabled to
isearch-resume-in-command-history and change default to disabled.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 13 Sep 2004 08:15:37 +0000 |
parents | 6f014cde9d81 |
children | 57af72a4846c |
files | man/mini.texi |
diffstat | 1 files changed, 6 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/man/mini.texi Mon Sep 13 03:36:11 2004 +0000 +++ b/man/mini.texi Mon Sep 13 08:15:37 2004 +0000 @@ -564,12 +564,13 @@ 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