# HG changeset patch # User Stefan Monnier # Date 1239815194 0 # Node ID ff07912acca789a9b15a5c0334ebddd3687079c7 # Parent 16915a402aba3f35f7c033de75f85169f92d308a (match-data): Refer to `set-match-data' rather than `store-match-data'. diff -r 16915a402aba -r ff07912acca7 src/search.c --- 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