From: Eli Zaretskii Date: Wed, 2 Dec 2015 14:09:24 +0000 (+0200) Subject: Minor copyedit in Emacs manual X-Git-Tag: emacs-25.0.90~560 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4d10a7d467b6b0927036387c0d4849b2f40abcee;p=emacs.git Minor copyedit in Emacs manual * doc/emacs/search.texi (Lax Search): Make wording about character folding by default less definitive. (Bug#22043) --- 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}. @kindex M-s ' @r{(Incremental Search)} @findex isearch-toggle-character-fold - Search commands in Emacs by default perform character folding, thus -matching equivalent character sequences. You can disable this -behavior by customizing the variable @code{search-default-regexp-mode} -to @code{nil}. @xref{Search Customizations}. Within an incremental -search, typing @kbd{M-s '} (@code{isearch-toggle-character-fold}) -toggles character folding, but only for that search. (Replace -commands have a different default, controlled by a separate option; -see @ref{Replacement and Lax Matches}.) + Generally, search commands in Emacs by default perform character +folding, thus matching equivalent character sequences. You can +disable this behavior by customizing the variable +@code{search-default-regexp-mode} to @code{nil}. @xref{Search +Customizations}. Within an incremental search, typing @kbd{M-s '} +(@code{isearch-toggle-character-fold}) toggles character folding, but +only for that search. (Replace commands have a different default, +controlled by a separate option; see @ref{Replacement and Lax +Matches}.) Like with case folding, typing an explicit variant of a character, such as @code{@"a}, as part of the search string disables character