From 9dddb23f46d05fc1586ef5d2be1babbac518f7e9 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Wed, 31 May 2000 18:51:08 +0000 Subject: [PATCH] (Fre_search_forward, Fre_search_backward) (Fposix_search_backward, Fposix_search_forward): Fix newlines in doc. --- src/search.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/search.c b/src/search.c index 76251558b00..246f9cbdf4d 100644 --- a/src/search.c +++ b/src/search.c @@ -2093,7 +2093,7 @@ The match found must start at or after that position.\n\ 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 @@ The match found must not extend after that position.\n\ 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 @@ The match found must start at or after that position.\n\ 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 @@ The match found must not extend after that position.\n\ 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; -- 2.39.5