]> git.eshelyaron.com Git - emacs.git/commitdiff
Describe isearch-resume-enabled.
authorKim F. Storm <storm@cua.dk>
Sun, 2 Dec 2001 01:25:08 +0000 (01:25 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 2 Dec 2001 01:25:08 +0000 (01:25 +0000)
etc/NEWS

index 784d1f5efa82b43eb28dff375478f368e94c6811..fa734471966543af4956bf9e41786d5d58c7e48d 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -117,6 +117,10 @@ i.e., there is always a closing tag.
 When not customized, it becomes buffer-local when it can be inferred
 from the file name or buffer contents.
 
+** New user option `isearch-resume-enabled'.
+This option can be disabled, to avoid the normal behaviour of isearch
+which puts calls to `isearch-resume' in the command history.
+
 ** When the *scratch* buffer is recreated, its mode is set from
 initial-major-mode, which normally is lisp-interaction-mode,
 instead of using default-major-mode.