emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 88050ec: Improve documentation of 'replace-charac


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 88050ec: Improve documentation of 'replace-character-fold'
Date: Fri, 27 Nov 2015 20:13:14 +0000

branch: emacs-25
commit 88050ec3e489499ef898c0cb02486795916833e7
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Improve documentation of 'replace-character-fold'
    
    * lisp/replace.el (replace-character-fold): Clarify which commands
    are affected by this variable.
---
 lisp/replace.el |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/lisp/replace.el b/lisp/replace.el
index a671a98..b0a14e3 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -34,9 +34,11 @@
   :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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]