summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2004-09-13 08:16:38 +0000
committerKim F. Storm <storm@cua.dk>2004-09-13 08:16:38 +0000
commit662b102f12fc2a2df55cb1f901b53f8e0c186f23 (patch)
tree58ff9f85193bc329eb511edfdfdc7c5c56efef35
parent3cfa78731753297cd6a74c757337a21e1e13e3c2 (diff)
downloademacs-662b102f12fc2a2df55cb1f901b53f8e0c186f23.tar.gz
Rename isearch-resume-enabled to isearch-resume-in-command-history
and change default to disabled.
-rw-r--r--etc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 57de4d98b22..536cb36afb1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1174,9 +1174,9 @@ and to type `C-f' at the end of the search string in the minibuffer.
search string used as the string to replace.
+++
-** New user option `isearch-resume-enabled'.
-This option can be disabled, to avoid the normal behavior of isearch
-which puts calls to `isearch-resume' in the command history.
+** Isearch no longer adds `isearch-resume' commands to the command
+history by default. To enable this feature, customize the new
+user option `isearch-resume-in-command-history'.
+++
** New user option `history-delete-duplicates'.