emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src search.c


From: Stefan Monnier
Subject: [Emacs-diffs] emacs/src search.c
Date: Wed, 15 Apr 2009 17:06:35 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        09/04/15 17:06:35

Modified files:
        src            : search.c 

Log message:
        (match-data): Refer to `set-match-data' rather than `store-match-data'.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/search.c?cvsroot=emacs&r1=1.237&r2=1.238

Patches:
Index: search.c
===================================================================
RCS file: /sources/emacs/emacs/src/search.c,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -b -r1.237 -r1.238
--- search.c    12 Feb 2009 06:01:23 -0000      1.237
+++ search.c    15 Apr 2009 17:06:34 -0000      1.238
@@ -2963,7 +2963,7 @@
 Element 2N is `(match-beginning N)'; element 2N + 1 is `(match-end N)'.
 All the elements are markers or nil (nil if the Nth pair didn't match)
 if the last match was on a buffer; integers or nil if a string was matched.
-Use `store-match-data' to reinstate the data in this list.
+Use `set-match-data' to reinstate the data in this list.
 
 If INTEGERS (the optional first argument) is non-nil, always use
 integers \(rather than markers) to represent buffer positions.  In




reply via email to

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