bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#16942: 24.3; replace-match does not return t as stated in the manual


From: Phillip Lord
Subject: bug#16942: 24.3; replace-match does not return t as stated in the manual
Date: Wed, 05 Mar 2014 11:01:19 +0000


This is a small documentation bug.

>From info node: `(elisp) Replacing Match' 


     If you did the last search in a buffer, you should omit the STRING
     argument or specify `nil' for it, and make sure that the current
     buffer is the one in which you performed the last search.  Then
     this function edits the buffer, replacing the matched text with
     REPLACEMENT.  It leaves point at the end of the replacement text,
     and returns `t'.

    
In my hands, replace-match returns nil regardless. The docstring does
not mention the return type.

Phil 





reply via email to

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