aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2001-12-02 01:25:08 +0000
committerKim F. Storm2001-12-02 01:25:08 +0000
commitaae126ea58db0cbf7e143832ac3af1b5536c724f (patch)
tree8c76cee03b5482c5eb4550c351cbff574ad2665f
parent6848c9f166c48d065064a0fcb553ae2e434867ec (diff)
downloademacs-aae126ea58db0cbf7e143832ac3af1b5536c724f.tar.gz
emacs-aae126ea58db0cbf7e143832ac3af1b5536c724f.zip
Describe isearch-resume-enabled.
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 784d1f5efa8..fa734471966 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -117,6 +117,10 @@ i.e., there is always a closing tag.
117When not customized, it becomes buffer-local when it can be inferred 117When not customized, it becomes buffer-local when it can be inferred
118from the file name or buffer contents. 118from the file name or buffer contents.
119 119
120** New user option `isearch-resume-enabled'.
121This option can be disabled, to avoid the normal behaviour of isearch
122which puts calls to `isearch-resume' in the command history.
123
120** When the *scratch* buffer is recreated, its mode is set from 124** When the *scratch* buffer is recreated, its mode is set from
121initial-major-mode, which normally is lisp-interaction-mode, 125initial-major-mode, which normally is lisp-interaction-mode,
122instead of using default-major-mode. 126instead of using default-major-mode.