From: Richard M. Stallman Date: Thu, 19 Dec 1996 08:11:56 +0000 (+0000) Subject: (Fmatch_data): Doc fix. X-Git-Tag: emacs-20.1~3213 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8ca821e9f807282998fe9961a3d6d10c2bcc455a;p=emacs.git (Fmatch_data): Doc fix. --- diff --git a/src/search.c b/src/search.c index 4adb3572698..45119e60617 100644 --- a/src/search.c +++ b/src/search.c @@ -1837,7 +1837,7 @@ if the last match was on a buffer; integers or nil if a string was matched.\n\ Use `store-match-data' to reinstate the data in this list.\n\ \n\ If INTEGERS (the optional first argument) is non-nil, always use integers\n\ -(rather than markers) to represent buffer positions.\n\ +\(rather than markers) to represent buffer positions.\n\ If REUSE is a list, reuse it as part of the value. If REUSE is long enough\n\ to hold all the values, and if INTEGERS is non-nil, no consing is done.") (integers, reuse)