changeset 102978:ff07912acca7

(match-data): Refer to `set-match-data' rather than `store-match-data'.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 15 Apr 2009 17:06:34 +0000
parents 16915a402aba
children 5739f357f79f
files src/search.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/search.c	Wed Apr 15 03:08:24 2009 +0000
+++ b/src/search.c	Wed Apr 15 17:06:34 2009 +0000
@@ -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