diff options
Diffstat (limited to 'lisp/replace.el')
| -rw-r--r-- | lisp/replace.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 26870a3a634..be73cab8d2a 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -35,7 +35,7 @@ | |||
| 35 | 35 | ||
| 36 | (defcustom replace-character-fold nil | 36 | (defcustom replace-character-fold nil |
| 37 | "Non-nil means `query-replace' should do character folding in matches. | 37 | "Non-nil means `query-replace' should do character folding in matches. |
| 38 | This means, for instance, that ' will match a large variety of | 38 | This means, for instance, that \\=' will match a large variety of |
| 39 | unicode quotes." | 39 | unicode quotes." |
| 40 | :type 'boolean | 40 | :type 'boolean |
| 41 | :group 'matching | 41 | :group 'matching |