]> git.eshelyaron.com Git - emacs.git/commit
Document bug in `replace-regexp-in-string'
authorMattias Engdegård <mattiase@acm.org>
Wed, 26 Jun 2019 09:23:32 +0000 (11:23 +0200)
committerMattias Engdegård <mattiase@acm.org>
Wed, 26 Jun 2019 17:39:32 +0000 (19:39 +0200)
commitcda2f52b94a5a94566c668835f1c4964f4d93b2b
treeb14ec0bc321d84c13a7a0c7fc32f6bdc312e9a5a
parent85871ae9ceb7a87c49f735b2b3c5b4e017e25139
Document bug in `replace-regexp-in-string'

`replace-regexp-in-string' omits the first START characters of the
input string in its return value.  This is a clear bug, but fixing it
probably causes more trouble; document the behaviour instead (bug#36372).

* doc/lispref/searching.texi (Search and Replace)
* lisp/subr.el (replace-regexp-in-string):
Document current behaviour.
doc/lispref/searching.texi
lisp/subr.el