]> git.eshelyaron.com Git - emacs.git/commit
Allow `query-replace' to do exact replacement of the current item
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 13 Jun 2022 14:17:40 +0000 (16:17 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 13 Jun 2022 14:17:40 +0000 (16:17 +0200)
commit57cd069f73808f862c326bac4191ab507f3c973f
tree0ea1e7f044facb40caca6ea95981a9252d791fe5
parent288ffb25edbf38998aba65182e94b54cb2a3c04f
Allow `query-replace' to do exact replacement of the current item

* doc/emacs/search.texi (Query Replace): Document it.

* lisp/replace.el (query-replace-help): Amend help text.
(query-replace-map): Bind `E' to the exact case replacement.
(perform-replace): Allow editing a replacement with exact case
(bug#8504).
doc/emacs/search.texi
etc/NEWS
lisp/replace.el