aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorArtur Malabarba2016-02-06 18:44:22 +0000
committerArtur Malabarba2016-02-06 22:48:32 +0000
commit4ea1ea7c73f40a5bb3955273312f337dc332d6aa (patch)
tree5dbbff67476c6a5450024d1094b1349237ffe8b2 /etc
parentc77ffc8019bceb850a794c13f2e3ad991cc7e412 (diff)
downloademacs-4ea1ea7c73f40a5bb3955273312f337dc332d6aa.tar.gz
emacs-4ea1ea7c73f40a5bb3955273312f337dc332d6aa.zip
* lisp/isearch.el: Rename search-default-regexp-mode to search-default-mode
(search-default-mode): New variable. (isearch-mode, isearch-define-mode-toggle) (isearch--describe-regexp-mode): Update accordingly. * lisp/menu-bar.el (nonincremental-search-forward): Update accordingly. * etc/NEWS: Update accordingly. * doc/emacs/search.texi: Update accordingly.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c98ef264bdd..e5f34a1d8a0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -586,7 +586,7 @@ item as before.
586** Search and Replace 586** Search and Replace
587 587
588+++ 588+++
589*** New user option `search-default-regexp-mode' 589*** New user option `search-default-mode'
590specifies the default mode for I-search. 590specifies the default mode for I-search.
591 591
592+++ 592+++