1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00

* doc/lispref/searching.texi (Replacing Match): Remove incorrect return value

Fixes: debbugs:16942
This commit is contained in:
Glenn Morris 2014-03-05 21:10:33 -05:00
parent c544840969
commit 222426f694
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-03-06 Glenn Morris <rgm@gnu.org>
* searching.texi (Replacing Match):
Remove incorrect, uninteresting return value. (Bug#16942)
2014-03-05 Martin Rudalics <rudalics@gmx.at>
* display.texi (Window Dividers): New section.

View File

@ -1284,7 +1284,7 @@ If you did the last search in a buffer, you should omit the
the current buffer is the one in which you performed the last search.
Then this function edits the buffer, replacing the matched text with
@var{replacement}. It leaves point at the end of the replacement
text, and returns @code{t}.
text.
If you performed the last search on a string, pass the same string as
@var{string}. Then this function returns a new string, in which the