comparison src/search.c @ 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 23a1cea22d13
children a0c2b39160e9 d7ddb3e565de
comparison
equal deleted inserted replaced
49760:2aca11efc854 49761:3d562e7ebf97
2649 Use `store-match-data' to reinstate the data in this list. 2649 Use `store-match-data' to reinstate the data in this list.
2650 2650
2651 If INTEGERS (the optional first argument) is non-nil, always use integers 2651 If INTEGERS (the optional first argument) is non-nil, always use integers
2652 \(rather than markers) to represent buffer positions. 2652 \(rather than markers) to represent buffer positions.
2653 If REUSE is a list, reuse it as part of the value. If REUSE is long enough 2653 If REUSE is a list, reuse it as part of the value. If REUSE is long enough
2654 to hold all the values, and if INTEGERS is non-nil, no consing is done. */) 2654 to hold all the values, and if INTEGERS is non-nil, no consing is done.
2655
2656 Return value is undefined if the last search failed. */)
2655 (integers, reuse) 2657 (integers, reuse)
2656 Lisp_Object integers, reuse; 2658 Lisp_Object integers, reuse;
2657 { 2659 {
2658 Lisp_Object tail, prev; 2660 Lisp_Object tail, prev;
2659 Lisp_Object *data; 2661 Lisp_Object *data;