summaryrefslogtreecommitdiff
path: root/doc/lispref/searching.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-03-05 21:10:33 -0500
committerGlenn Morris <rgm@gnu.org>2014-03-05 21:10:33 -0500
commit222426f69493fda9bdbcb8884fb0c9b2ff643595 (patch)
tree2037b75bdbadc0092c2234aebca876ad116100bb /doc/lispref/searching.texi
parentc544840969f3d74b716aa67d953510a0f7b3729a (diff)
downloademacs-222426f69493fda9bdbcb8884fb0c9b2ff643595.tar.gz
* doc/lispref/searching.texi (Replacing Match): Remove incorrect return value
Fixes: debbugs:16942
Diffstat (limited to 'doc/lispref/searching.texi')
-rw-r--r--doc/lispref/searching.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi
index 2f287cc9705..992ad001fe7 100644
--- a/doc/lispref/searching.texi
+++ b/doc/lispref/searching.texi
@@ -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