mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Improve documentation of 'replace-character-fold'
* lisp/replace.el (replace-character-fold): Clarify which commands are affected by this variable.
This commit is contained in:
parent
ab10df6097
commit
88050ec3e4
1 changed files with 4 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue