]> code.delx.au - gnu-emacs/commitdiff
Improve documentation of 'replace-character-fold'
authorEli Zaretskii <eliz@gnu.org>
Fri, 27 Nov 2015 20:11:59 +0000 (22:11 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 27 Nov 2015 20:11:59 +0000 (22:11 +0200)
* lisp/replace.el (replace-character-fold): Clarify which commands
are affected by this variable.

lisp/replace.el

index a671a98b7a039b78258ea91a95fafc9917d082d0..b0a14e3f44cab4b3e58f63f161f9b4c5bebaf096 100644 (file)
   :group 'matching)
 
 (defcustom replace-character-fold nil
-  "Non-nil means `query-replace' should do character folding in matches.
+  "Non-nil means replacement commands should do character folding in matches.
 This means, for instance, that \\=' will match a large variety of
-unicode quotes."
+unicode quotes.
+This variable affects `query-replace' and `replace-string', but not
+`replace-regexp'."
   :type 'boolean
   :group 'matching
   :version "25.1")