From fadc3e0dfd7fafa9c65f689a59244fdb3ca94e54 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 28 Nov 2015 19:55:28 +0200 Subject: [PATCH] Update docs of character folding * doc/emacs/search.texi (Lax Search): Update the description of character folding for the latest changes. --- doc/emacs/search.texi | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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 -- 2.39.5