From: Eli Zaretskii Date: Sat, 28 Nov 2015 17:55:28 +0000 (+0200) Subject: Update docs of character folding X-Git-Tag: emacs-25.0.90~609 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fadc3e0dfd7fafa9c65f689a59244fdb3ca94e54;p=emacs.git Update docs of character folding * doc/emacs/search.texi (Lax Search): Update the description of character folding for the latest changes. --- diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi index 665b7963750..c947091fbab 100644 --- a/doc/emacs/search.texi +++ b/doc/emacs/search.texi @@ -1231,15 +1231,12 @@ such as @sc{u+249c parenthesized latin small letter a} and @sc{u+2100 account of} (which looks like a small @code{a} over @code{c}). Similarly, the @acronym{ASCII} double-quote character @code{"} matches all the other variants of double quotes defined by the Unicode -standard. -@ignore @c FIXME: This doesn't work. Should it? -Finally, character folding can make a sequence of one or +standard. Finally, character folding can make a sequence of one or more characters match another sequence of a different length: for -example, the sequence of two characters @code{ae} matches the ligature -@code{@ae{}}. -@end ignore -Character sequences that match under character folding are called -@dfn{equivalent character sequences}. +example, the sequence of two characters @code{ff} matches @sc{u+fb00 +latin small ligature ff}. Character sequences that are not identical, +but match under character folding are known as @dfn{equivalent +character sequences}. @kindex M-s ' @r{(Incremental Search)} @findex isearch-toggle-character-fold