aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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;