From febb8abad478455c838805e4512304a39fcb5ba3 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 15 Apr 2009 17:06:34 +0000 Subject: [PATCH] (match-data): Refer to `set-match-data' rather than `store-match-data'. --- src/search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5