Mercurial > emacs
changeset 16731:039ef6e74d3a
(Fmatch_data): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 19 Dec 1996 08:11:56 +0000 |
parents | 6cb6d2fe6999 |
children | f52c4fd47f03 |
files | src/search.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/search.c Thu Dec 19 07:57:09 1996 +0000 +++ b/src/search.c Thu Dec 19 08:11:56 1996 +0000 @@ -1837,7 +1837,7 @@ 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)