From 3cfa78731753297cd6a74c757337a21e1e13e3c2 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Mon, 13 Sep 2004 08:15:37 +0000 Subject: [PATCH] (Repetition): Rename isearch-resume-enabled to isearch-resume-in-command-history and change default to disabled. --- man/mini.texi | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 -- 2.39.5