diff options
Diffstat (limited to 'lisp/replace.el')
| -rw-r--r-- | lisp/replace.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 76f8d312c7c..21a830da9ca 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -318,7 +318,7 @@ to be replaced will match a sequence of whitespace chars defined by the | |||
| 318 | regexp in `search-whitespace-regexp'. | 318 | regexp in `search-whitespace-regexp'. |
| 319 | 319 | ||
| 320 | If `replace-character-fold' is non-nil, matching uses character folding, | 320 | If `replace-character-fold' is non-nil, matching uses character folding, |
| 321 | i.e. it ignores diacriticals and other differences between equivalent | 321 | i.e. it ignores diacritics and other differences between equivalent |
| 322 | character strings. | 322 | character strings. |
| 323 | 323 | ||
| 324 | Third arg DELIMITED (prefix arg if interactive), if non-nil, means replace | 324 | Third arg DELIMITED (prefix arg if interactive), if non-nil, means replace |
| @@ -563,7 +563,7 @@ to be replaced will match a sequence of whitespace chars defined by the | |||
| 563 | regexp in `search-whitespace-regexp'. | 563 | regexp in `search-whitespace-regexp'. |
| 564 | 564 | ||
| 565 | If `replace-character-fold' is non-nil, matching uses character folding, | 565 | If `replace-character-fold' is non-nil, matching uses character folding, |
| 566 | i.e. it ignores diacriticals and other differences between equivalent | 566 | i.e. it ignores diacritics and other differences between equivalent |
| 567 | character strings. | 567 | character strings. |
| 568 | 568 | ||
| 569 | Third arg DELIMITED (prefix arg if interactive), if non-nil, means replace | 569 | Third arg DELIMITED (prefix arg if interactive), if non-nil, means replace |