aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2016-02-09 14:23:10 -0800
committerPaul Eggert2016-02-09 14:23:10 -0800
commitb3fc7a3e763fb260cd932dc6aedbe7b4c810a73c (patch)
tree72495a45c9e58f16f6b09448f6956507da6ccf89 /doc
parentc71e7cc113ed0d5f01aaa2e441a3e3c9fbeb9fa5 (diff)
parent9ffe7ddd5e1ba93f327cfe985e9476571d7a2873 (diff)
downloademacs-b3fc7a3e763fb260cd932dc6aedbe7b4c810a73c.tar.gz
emacs-b3fc7a3e763fb260cd932dc6aedbe7b4c810a73c.zip
Merge from origin/emacs-25
9ffe7dd * lisp/isearch.el (isearch-define-mode-toggle): Improve logic 16140f7 * lisp/menu-bar.el (menu-bar-options-menu): New search submenu 3db6adb * lisp/isearch.el (search-default-mode) 4ea1ea7 * lisp/isearch.el: Rename search-default-regexp-mode to search-default-mode c77ffc8 Use monitor's resolution for positioning tooltips 49e5749 Fix file-notify-test on MS-Windows be1d874 Fix issues found by auditing w32notify code 87ae218 Extend etags Ruby support for accessors aa35257 Update publicsuffix.txt. 6816bff Ensure that Gnus dribble handling allows removing entries 691feae Be consistent when using encoded strings in nnimap data 3ed423b Display the decoded Gnus group name 5428b5b Use completion-ignore-case instead of defining command
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}