Mercurial > emacs
changeset 49761:3d562e7ebf97
(Fmatch_data): Doc fix. Explicitly state that
match-data is undefined if last search failed.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 13 Feb 2003 10:33:34 +0000 |
parents | 2aca11efc854 |
children | 3c0d2b073718 |
files | src/search.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/search.c Thu Feb 13 00:24:02 2003 +0000 +++ b/src/search.c Thu Feb 13 10:33:34 2003 +0000 @@ -2651,7 +2651,9 @@ If INTEGERS (the optional first argument) is non-nil, always use integers \(rather than markers) to represent buffer positions. If REUSE is a list, reuse it as part of the value. If REUSE is long enough -to hold all the values, and if INTEGERS is non-nil, no consing is done. */) +to hold all the values, and if INTEGERS is non-nil, no consing is done. + +Return value is undefined if the last search failed. */) (integers, reuse) Lisp_Object integers, reuse; {