diff options
author | Eli Zaretskii <eliz@gnu.org> | 2015-12-02 16:09:24 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2015-12-02 16:09:24 +0200 |
commit | 4d10a7d467b6b0927036387c0d4849b2f40abcee (patch) | |
tree | 91286ccbb55bedebcb94df62c4c23e9c63f3602a | |
parent | 36dbe6fc3e141e5b4c87efec5026931b89f026a5 (diff) | |
download | emacs-4d10a7d467b6b0927036387c0d4849b2f40abcee.tar.gz |
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.texi | 17 |
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}. @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 |