# HG changeset patch # User Jason Rumney # Date 959799068 0 # Node ID 1fa96662f8ca6e098ab1e9a5e8013d8cf616f500 # Parent 28b2f517c240e31e0da81b89367ed16d6dad978e (Fre_search_forward, Fre_search_backward) (Fposix_search_backward, Fposix_search_forward): Fix newlines in doc. diff -r 28b2f517c240 -r 1fa96662f8ca src/search.c --- a/src/search.c Wed May 31 18:48:13 2000 +0000 +++ b/src/search.c Wed May 31 18:51:08 2000 +0000 @@ -2093,7 +2093,7 @@ 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', `match-string', +See also the functions `match-beginning', `match-end', `match-string',\n\ and `replace-match'.") (regexp, bound, noerror, count) Lisp_Object regexp, bound, noerror, count; @@ -2110,7 +2110,7 @@ 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', `match-string', +See also the functions `match-beginning', `match-end', `match-string',\n\ and `replace-match'.") (regexp, bound, noerror, count) Lisp_Object regexp, bound, noerror, count; @@ -2130,7 +2130,7 @@ 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', `match-string', +See also the functions `match-beginning', `match-end', `match-string',\n\ and `replace-match'.") (regexp, bound, noerror, count) Lisp_Object regexp, bound, noerror, count; @@ -2148,7 +2148,7 @@ 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', `match-string', +See also the functions `match-beginning', `match-end', `match-string',\n\ and `replace-match'.") (regexp, bound, noerror, count) Lisp_Object regexp, bound, noerror, count;