aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2015-12-02 16:09:24 +0200
committerEli Zaretskii2015-12-02 16:09:24 +0200
commit4d10a7d467b6b0927036387c0d4849b2f40abcee (patch)
tree91286ccbb55bedebcb94df62c4c23e9c63f3602a
parent36dbe6fc3e141e5b4c87efec5026931b89f026a5 (diff)
downloademacs-4d10a7d467b6b0927036387c0d4849b2f40abcee.tar.gz
emacs-4d10a7d467b6b0927036387c0d4849b2f40abcee.zip
Minor copyedit in Emacs manual
* doc/emacs/search.texi (Lax Search): Make wording about character folding by default less definitive. (Bug#22043)
-rw-r--r--doc/emacs/search.texi17
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi
index d377dda0789..1cc7753f113 100644
--- a/doc/emacs/search.texi
+++ b/doc/emacs/search.texi
@@ -1265,14 +1265,15 @@ character sequences}.
1265 1265
1266@kindex M-s ' @r{(Incremental Search)} 1266@kindex M-s ' @r{(Incremental Search)}
1267@findex isearch-toggle-character-fold 1267@findex isearch-toggle-character-fold
1268 Search commands in Emacs by default perform character folding, thus 1268 Generally, search commands in Emacs by default perform character
1269matching equivalent character sequences. You can disable this 1269folding, thus matching equivalent character sequences. You can
1270behavior by customizing the variable @code{search-default-regexp-mode} 1270disable this behavior by customizing the variable
1271to @code{nil}. @xref{Search Customizations}. Within an incremental 1271@code{search-default-regexp-mode} to @code{nil}. @xref{Search
1272search, typing @kbd{M-s '} (@code{isearch-toggle-character-fold}) 1272Customizations}. Within an incremental search, typing @kbd{M-s '}
1273toggles character folding, but only for that search. (Replace 1273(@code{isearch-toggle-character-fold}) toggles character folding, but
1274commands have a different default, controlled by a separate option; 1274only for that search. (Replace commands have a different default,
1275see @ref{Replacement and Lax Matches}.) 1275controlled by a separate option; see @ref{Replacement and Lax
1276Matches}.)
1276 1277
1277 Like with case folding, typing an explicit variant of a character, 1278 Like with case folding, typing an explicit variant of a character,
1278such as @code{@"a}, as part of the search string disables character 1279such as @code{@"a}, as part of the search string disables character