(match-data): Refer to `set-match-data' rather than `store-match-data'.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 15 Apr 2009 17:06:34 +0000 (17:06 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 15 Apr 2009 17:06:34 +0000 (17:06 +0000)
src/search.c

index cf0e4fe..39c130b 100644 (file)
@@ -2963,7 +2963,7 @@ DEFUN ("match-data", Fmatch_data, Smatch_data, 0, 3, 0,
 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