# HG changeset patch # User Kim F. Storm # Date 1095063337 0 # Node ID 82fe8e8f2ffea72ec031d18cb00ee558c5c45e4a # Parent 6f014cde9d816ee4eb9e583ed64eb0ec40d33acc (Repetition): Rename isearch-resume-enabled to isearch-resume-in-command-history and change default to disabled. diff -r 6f014cde9d81 -r 82fe8e8f2ffe man/mini.texi --- 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