aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorArtur Malabarba2016-02-06 18:44:22 +0000
committerArtur Malabarba2016-02-06 22:48:32 +0000
commit4ea1ea7c73f40a5bb3955273312f337dc332d6aa (patch)
tree5dbbff67476c6a5450024d1094b1349237ffe8b2 /doc
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 'doc')
-rw-r--r--doc/emacs/search.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi
index e854646d056..10c1f73b331 100644
--- a/doc/emacs/search.texi
+++ b/doc/emacs/search.texi
@@ -1268,7 +1268,7 @@ character sequences}.
1268 Generally, search commands in Emacs by default perform character 1268 Generally, search commands in Emacs by default perform character
1269folding, thus matching equivalent character sequences. You can 1269folding, thus matching equivalent character sequences. You can
1270disable this behavior by customizing the variable 1270disable this behavior by customizing the variable
1271@code{search-default-regexp-mode} to @code{nil}. @xref{Search 1271@code{search-default-mode} to @code{nil}. @xref{Search
1272Customizations}. Within an incremental search, typing @kbd{M-s '} 1272Customizations}. Within an incremental search, typing @kbd{M-s '}
1273(@code{isearch-toggle-character-fold}) toggles character folding, but 1273(@code{isearch-toggle-character-fold}) toggles character folding, but
1274only for that search. (Replace commands have a different default, 1274only for that search. (Replace commands have a different default,
@@ -1800,7 +1800,7 @@ not described elsewhere.
1800@cindex default search mode 1800@cindex default search mode
1801@cindex search mode, default 1801@cindex search mode, default
1802 The default search mode for the incremental search is specified by 1802 The default search mode for the incremental search is specified by
1803the variable @code{search-default-regexp-mode}. It can be @code{nil}, 1803the variable @code{search-default-mode}. It can be @code{nil},
1804@code{t}, or a function. If it is @code{nil}, the default mode is to 1804@code{t}, or a function. If it is @code{nil}, the default mode is to
1805do literal searches without character folding, but with case folding 1805do literal searches without character folding, but with case folding
1806and lax-whitespace matches as determined by @code{case-fold-search} 1806and lax-whitespace matches as determined by @code{case-fold-search}