]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor copyedit in Emacs manual
authorEli Zaretskii <eliz@gnu.org>
Wed, 2 Dec 2015 14:09:24 +0000 (16:09 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 2 Dec 2015 14:09:24 +0000 (16:09 +0200)
* doc/emacs/search.texi (Lax Search): Make wording about character
folding by default less definitive.  (Bug#22043)

doc/emacs/search.texi

index d377dda078991579585d8f568156dd4b5193761b..1cc7753f113190c48bae9c641f7fb7da643ef6d8 100644 (file)
@@ -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