From: Stefan Monnier Date: Wed, 15 Apr 2009 17:06:34 +0000 (+0000) Subject: (match-data): Refer to `set-match-data' rather than `store-match-data'. X-Git-Tag: emacs-pretest-23.0.93~128 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=febb8abad478455c838805e4512304a39fcb5ba3;p=emacs.git (match-data): Refer to `set-match-data' rather than `store-match-data'. --- diff --git a/src/search.c b/src/search.c index cf0e4febf2f..39c130ba70f 100644 --- a/src/search.c +++ b/src/search.c @@ -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