diff options
| author | Richard M. Stallman | 1996-12-19 08:11:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-12-19 08:11:56 +0000 |
| commit | 8ca821e9f807282998fe9961a3d6d10c2bcc455a (patch) | |
| tree | c956eed55600f351e43fef471a78412a81976d52 /src | |
| parent | 82e312c7669ee2b71302ab49c6dd8463996e4976 (diff) | |
| download | emacs-8ca821e9f807282998fe9961a3d6d10c2bcc455a.tar.gz emacs-8ca821e9f807282998fe9961a3d6d10c2bcc455a.zip | |
(Fmatch_data): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/search.c | 2 |
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\ | |||
| 1837 | Use `store-match-data' to reinstate the data in this list.\n\ | 1837 | Use `store-match-data' to reinstate the data in this list.\n\ |
| 1838 | \n\ | 1838 | \n\ |
| 1839 | If INTEGERS (the optional first argument) is non-nil, always use integers\n\ | 1839 | If INTEGERS (the optional first argument) is non-nil, always use integers\n\ |
| 1840 | (rather than markers) to represent buffer positions.\n\ | 1840 | \(rather than markers) to represent buffer positions.\n\ |
| 1841 | If REUSE is a list, reuse it as part of the value. If REUSE is long enough\n\ | 1841 | If REUSE is a list, reuse it as part of the value. If REUSE is long enough\n\ |
| 1842 | to hold all the values, and if INTEGERS is non-nil, no consing is done.") | 1842 | to hold all the values, and if INTEGERS is non-nil, no consing is done.") |
| 1843 | (integers, reuse) | 1843 | (integers, reuse) |