]> git.eshelyaron.com Git - emacs.git/commit
Improve documentation of case transfer in replacement commands
authorEli Zaretskii <eliz@gnu.org>
Thu, 17 Aug 2023 07:07:48 +0000 (10:07 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 17 Aug 2023 07:07:48 +0000 (10:07 +0300)
commit636fb267c46f62c89bc34b7de1c78a25c0b20f37
treeb3a91d9dc4185530000a22b918afc8f312623656
parent7856d51436b759aa03ac2b32126d177cebbbca8c
Improve documentation of case transfer in replacement commands

* doc/emacs/search.texi (Replacement and Lax Matches):
* src/search.c (Freplace_match):
* lisp/replace.el (query-replace, query-replace-regexp): Clarify
in the doc string and the manual how letter-case is transferred
from the replaced text to the replacement text.  (Bug#65347)
doc/emacs/search.texi
lisp/replace.el
src/search.c