aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2000-05-31 18:51:08 +0000
committerJason Rumney2000-05-31 18:51:08 +0000
commit9dddb23f46d05fc1586ef5d2be1babbac518f7e9 (patch)
tree6aff89525d0d773c7cad174d8c5a6495273f90a9 /src
parent8119aab87f9df69aee4c40e280188fb525fe0437 (diff)
downloademacs-9dddb23f46d05fc1586ef5d2be1babbac518f7e9.tar.gz
emacs-9dddb23f46d05fc1586ef5d2be1babbac518f7e9.zip
(Fre_search_forward, Fre_search_backward)
(Fposix_search_backward, Fposix_search_forward): Fix newlines in doc.
Diffstat (limited to 'src')
-rw-r--r--src/search.c8
1 files 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\
2093Optional third argument, if t, means if fail just return nil (no error).\n\ 2093Optional third argument, if t, means if fail just return nil (no error).\n\
2094 If not nil and not t, move to limit of search and return nil.\n\ 2094 If not nil and not t, move to limit of search and return nil.\n\
2095Optional fourth argument is repeat count--search for successive occurrences.\n\ 2095Optional fourth argument is repeat count--search for successive occurrences.\n\
2096See also the functions `match-beginning', `match-end', `match-string', 2096See also the functions `match-beginning', `match-end', `match-string',\n\
2097and `replace-match'.") 2097and `replace-match'.")
2098 (regexp, bound, noerror, count) 2098 (regexp, bound, noerror, count)
2099 Lisp_Object regexp, bound, noerror, count; 2099 Lisp_Object regexp, bound, noerror, count;
@@ -2110,7 +2110,7 @@ The match found must not extend after that position.\n\
2110Optional third argument, if t, means if fail just return nil (no error).\n\ 2110Optional third argument, if t, means if fail just return nil (no error).\n\
2111 If not nil and not t, move to limit of search and return nil.\n\ 2111 If not nil and not t, move to limit of search and return nil.\n\
2112Optional fourth argument is repeat count--search for successive occurrences.\n\ 2112Optional fourth argument is repeat count--search for successive occurrences.\n\
2113See also the functions `match-beginning', `match-end', `match-string', 2113See also the functions `match-beginning', `match-end', `match-string',\n\
2114and `replace-match'.") 2114and `replace-match'.")
2115 (regexp, bound, noerror, count) 2115 (regexp, bound, noerror, count)
2116 Lisp_Object regexp, bound, noerror, count; 2116 Lisp_Object regexp, bound, noerror, count;
@@ -2130,7 +2130,7 @@ The match found must start at or after that position.\n\
2130Optional third argument, if t, means if fail just return nil (no error).\n\ 2130Optional third argument, if t, means if fail just return nil (no error).\n\
2131 If not nil and not t, move to limit of search and return nil.\n\ 2131 If not nil and not t, move to limit of search and return nil.\n\
2132Optional fourth argument is repeat count--search for successive occurrences.\n\ 2132Optional fourth argument is repeat count--search for successive occurrences.\n\
2133See also the functions `match-beginning', `match-end', `match-string', 2133See also the functions `match-beginning', `match-end', `match-string',\n\
2134and `replace-match'.") 2134and `replace-match'.")
2135 (regexp, bound, noerror, count) 2135 (regexp, bound, noerror, count)
2136 Lisp_Object regexp, bound, noerror, count; 2136 Lisp_Object regexp, bound, noerror, count;
@@ -2148,7 +2148,7 @@ The match found must not extend after that position.\n\
2148Optional third argument, if t, means if fail just return nil (no error).\n\ 2148Optional third argument, if t, means if fail just return nil (no error).\n\
2149 If not nil and not t, move to limit of search and return nil.\n\ 2149 If not nil and not t, move to limit of search and return nil.\n\
2150Optional fourth argument is repeat count--search for successive occurrences.\n\ 2150Optional fourth argument is repeat count--search for successive occurrences.\n\
2151See also the functions `match-beginning', `match-end', `match-string', 2151See also the functions `match-beginning', `match-end', `match-string',\n\
2152and `replace-match'.") 2152and `replace-match'.")
2153 (regexp, bound, noerror, count) 2153 (regexp, bound, noerror, count)
2154 Lisp_Object regexp, bound, noerror, count; 2154 Lisp_Object regexp, bound, noerror, count;