emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/doc/lispref/searching.texi,v


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/searching.texi,v
Date: Sat, 10 Nov 2007 21:50:42 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     07/11/10 21:50:42

Index: searching.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/searching.texi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- searching.texi      6 Sep 2007 04:27:40 -0000       1.2
+++ searching.texi      10 Nov 2007 21:50:41 -0000      1.3
@@ -1260,6 +1260,16 @@
 just the text that matched @samp{\(ba*r\)}.
 @end defun
 
address@hidden match-substitute-replacement replacement &optional fixedcase 
literal string subexp
+This function returns the text that would be inserted into the buffer
+by @code{replace-match}, but without modifying the buffer.  It is
+useful if you want to present the user with actual replacement result,
+with constructs like @address@hidden or @samp{\&} substituted with
+matched groups.  Arguments @var{replacement} and optional
address@hidden, @var{literal}, @var{string} and @var{subexp} have the
+same meaning as for @code{replace-match}.
address@hidden defun
+
 @node Simple Match Data
 @subsection Simple Match Data Access
 




reply via email to

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