]> git.eshelyaron.com Git - emacs.git/commit
Add new functions to replace strings/regexp in a region
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 16 Aug 2021 11:20:35 +0000 (13:20 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 16 Aug 2021 11:20:35 +0000 (13:20 +0200)
commit751f1707f009c714dbfe047ef43443a5c0c3df89
treeaf4841befe93c09b6e28851fa5c20e57be9abbc5
parent42be41657813ae606427aa53d2f0f0b7039d3ef1
Add new functions to replace strings/regexp in a region

* doc/lispref/searching.texi (Search and Replace): Document them.
* lisp/subr.el (replace-string-in-region)
(replace-regexp-in-region): New functions.

* lisp/emacs-lisp/shortdoc.el (regexp, buffer): Mention them.
doc/lispref/searching.texi
etc/NEWS
lisp/emacs-lisp/shortdoc.el
lisp/subr.el
test/lisp/subr-tests.el