]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmatch_data): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 19 Dec 1996 08:11:56 +0000 (08:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 19 Dec 1996 08:11:56 +0000 (08:11 +0000)
src/search.c

index 4adb3572698e669b33b2128506ca7362cc0013c7..45119e6061735ce6434d77cd235c1ba839d0b059 100644 (file)
@@ -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)