]> code.delx.au - gnu-emacs/commitdiff
* doc/lispref/searching.texi (Replacing Match): Remove incorrect return value
authorGlenn Morris <rgm@gnu.org>
Thu, 6 Mar 2014 02:10:33 +0000 (21:10 -0500)
committerGlenn Morris <rgm@gnu.org>
Thu, 6 Mar 2014 02:10:33 +0000 (21:10 -0500)
Fixes: debbugs:16942
doc/lispref/ChangeLog
doc/lispref/searching.texi

index 52c2307b119dac7b7482d06060b0f47b0a3e5dee..9b4090461fbb57daf64283a299009c842949472a 100644 (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.
index 2f287cc97056d298ae62f4ec7cbe527d32b22396..992ad001fe77602adc13c73920338c73c9a87699 100644 (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