# HG changeset patch # User Gerd Moellmann # Date 959712236 0 # Node ID 505deeadeb1f8c248ce81424233bcdbe1610e242 # Parent b33b38d81020dc869d538e5a02301afc2712609a (Fre_search_forward, Fre_search_backward) (Fposix_search_backward, Fposix_search_forward): Doc fix. diff -r b33b38d81020 -r 505deeadeb1f src/search.c --- a/src/search.c Tue May 30 07:40:59 2000 +0000 +++ b/src/search.c Tue May 30 18:43:56 2000 +0000 @@ -2093,7 +2093,8 @@ Optional third argument, if t, means if fail just return nil (no error).\n\ If not nil and not t, move to limit of search and return nil.\n\ Optional fourth argument is repeat count--search for successive occurrences.\n\ -See also the functions `match-beginning', `match-end' and `replace-match'.") +See also the functions `match-beginning', `match-end', `match-string', +and `replace-match'.") (regexp, bound, noerror, count) Lisp_Object regexp, bound, noerror, count; { @@ -2109,7 +2110,8 @@ Optional third argument, if t, means if fail just return nil (no error).\n\ If not nil and not t, move to limit of search and return nil.\n\ Optional fourth argument is repeat count--search for successive occurrences.\n\ -See also the functions `match-beginning', `match-end' and `replace-match'.") +See also the functions `match-beginning', `match-end', `match-string', +and `replace-match'.") (regexp, bound, noerror, count) Lisp_Object regexp, bound, noerror, count; { @@ -2128,7 +2130,8 @@ Optional third argument, if t, means if fail just return nil (no error).\n\ If not nil and not t, move to limit of search and return nil.\n\ Optional fourth argument is repeat count--search for successive occurrences.\n\ -See also the functions `match-beginning', `match-end' and `replace-match'.") +See also the functions `match-beginning', `match-end', `match-string', +and `replace-match'.") (regexp, bound, noerror, count) Lisp_Object regexp, bound, noerror, count; { @@ -2145,7 +2148,8 @@ Optional third argument, if t, means if fail just return nil (no error).\n\ If not nil and not t, move to limit of search and return nil.\n\ Optional fourth argument is repeat count--search for successive occurrences.\n\ -See also the functions `match-beginning', `match-end' and `replace-match'.") +See also the functions `match-beginning', `match-end', `match-string', +and `replace-match'.") (regexp, bound, noerror, count) Lisp_Object regexp, bound, noerror, count; {