summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-12-19 08:11:56 +0000
committerRichard M. Stallman <rms@gnu.org>1996-12-19 08:11:56 +0000
commitbcb4a5c8d8bee1ab16c868a59eaa1f983034a021 (patch)
treee8f3d4cd8015fc2def719c00dc208bc3faa485d1 /src
parent3b0cfdd90aebf0885fca899789cf094cbf0be268 (diff)
downloademacs-bcb4a5c8d8bee1ab16c868a59eaa1f983034a021.tar.gz
(Fmatch_data): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/search.c2
1 files changed, 1 insertions, 1 deletions
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)