aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/search.texi13
1 files 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
1231account of} (which looks like a small @code{a} over @code{c}). 1231account of} (which looks like a small @code{a} over @code{c}).
1232Similarly, the @acronym{ASCII} double-quote character @code{"} matches 1232Similarly, the @acronym{ASCII} double-quote character @code{"} matches
1233all the other variants of double quotes defined by the Unicode 1233all the other variants of double quotes defined by the Unicode
1234standard. 1234standard. Finally, character folding can make a sequence of one or
1235@ignore @c FIXME: This doesn't work. Should it?
1236Finally, character folding can make a sequence of one or
1237more characters match another sequence of a different length: for 1235more characters match another sequence of a different length: for
1238example, the sequence of two characters @code{ae} matches the ligature 1236example, the sequence of two characters @code{ff} matches @sc{u+fb00
1239@code{@ae{}}. 1237latin small ligature ff}. Character sequences that are not identical,
1240@end ignore 1238but match under character folding are known as @dfn{equivalent
1241Character sequences that match under character folding are called 1239character sequences}.
1242@dfn{equivalent character sequences}.
1243 1240
1244@kindex M-s ' @r{(Incremental Search)} 1241@kindex M-s ' @r{(Incremental Search)}
1245@findex isearch-toggle-character-fold 1242@findex isearch-toggle-character-fold