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