aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el2
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.
38This means, for instance, that ' will match a large variety of 38This means, for instance, that \\=' will match a large variety of
39unicode quotes." 39unicode quotes."
40 :type 'boolean 40 :type 'boolean
41 :group 'matching 41 :group 'matching