emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116683: * doc/lispref/searching.texi (Replacing Mat


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116683: * doc/lispref/searching.texi (Replacing Match): Remove incorrect return value
Date: Thu, 06 Mar 2014 02:10:36 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116683
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/16942
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2014-03-05 21:10:33 -0500
message:
  * doc/lispref/searching.texi (Replacing Match): Remove incorrect return value
modified:
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/searching.texi     
searching.texi-20091113204419-o5vbwnq5f7feedwu-6208
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2014-03-05 13:50:48 +0000
+++ b/doc/lispref/ChangeLog     2014-03-06 02:10:33 +0000
@@ -1,3 +1,8 @@
+2014-03-06  Glenn Morris  <address@hidden>
+
+       * searching.texi (Replacing Match):
+       Remove incorrect, uninteresting return value.  (Bug#16942)
+
 2014-03-05  Martin Rudalics  <address@hidden>
 
        * display.texi (Window Dividers): New section.

=== modified file 'doc/lispref/searching.texi'
--- a/doc/lispref/searching.texi        2014-01-31 09:41:54 +0000
+++ b/doc/lispref/searching.texi        2014-03-06 02:10:33 +0000
@@ -1284,7 +1284,7 @@
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]