]> git.eshelyaron.com Git - emacs.git/commit
Rename replace-in-string to string-replace
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 26 Sep 2020 22:24:50 +0000 (00:24 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 26 Sep 2020 22:24:50 +0000 (00:24 +0200)
commitbaf331e40c08155082e255372d7cc3c9d63aa3c8
treef8d081898fd1ae9715e5db5b102a83d667d9bd0e
parent13e75e620b84fda6c951005bf6c80aea854ee58a
Rename replace-in-string to string-replace

* doc/lispref/searching.texi (Search and Replace): Update.
* lisp/bindings.el (mode-line-position): Update callers.

* lisp/subr.el (string-replace): Rename from replace-in-string
since that clashes with XEmacs' replace-in-string which is
equivalent to the Emacs replace-regexp-in-string (bug#43598).
doc/lispref/searching.texi
etc/NEWS
lisp/bindings.el
lisp/subr.el
test/lisp/subr-tests.el