diff options
| author | Gerd Moellmann | 2000-05-30 18:43:56 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-05-30 18:43:56 +0000 |
| commit | cb6560a1d1b751324084ad26978207c0642258f6 (patch) | |
| tree | 16dec03992b44b9b1e6af6fc19e9bd8e4e7f81e9 /src | |
| parent | e17de8212403a8d5053009e15e1456446c117712 (diff) | |
| download | emacs-cb6560a1d1b751324084ad26978207c0642258f6.tar.gz emacs-cb6560a1d1b751324084ad26978207c0642258f6.zip | |
(Fre_search_forward, Fre_search_backward)
(Fposix_search_backward, Fposix_search_forward): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/search.c | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/search.c b/src/search.c index ce076a18c92..76251558b00 100644 --- a/src/search.c +++ b/src/search.c | |||
| @@ -2093,7 +2093,8 @@ The match found must start at or after that position.\n\ | |||
| 2093 | Optional third argument, if t, means if fail just return nil (no error).\n\ | 2093 | Optional 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\ |
| 2095 | Optional fourth argument is repeat count--search for successive occurrences.\n\ | 2095 | Optional fourth argument is repeat count--search for successive occurrences.\n\ |
| 2096 | See also the functions `match-beginning', `match-end' and `replace-match'.") | 2096 | See also the functions `match-beginning', `match-end', `match-string', |
| 2097 | and `replace-match'.") | ||
| 2097 | (regexp, bound, noerror, count) | 2098 | (regexp, bound, noerror, count) |
| 2098 | Lisp_Object regexp, bound, noerror, count; | 2099 | Lisp_Object regexp, bound, noerror, count; |
| 2099 | { | 2100 | { |
| @@ -2109,7 +2110,8 @@ The match found must not extend after that position.\n\ | |||
| 2109 | Optional third argument, if t, means if fail just return nil (no error).\n\ | 2110 | Optional third argument, if t, means if fail just return nil (no error).\n\ |
| 2110 | 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\ |
| 2111 | Optional fourth argument is repeat count--search for successive occurrences.\n\ | 2112 | Optional fourth argument is repeat count--search for successive occurrences.\n\ |
| 2112 | See also the functions `match-beginning', `match-end' and `replace-match'.") | 2113 | See also the functions `match-beginning', `match-end', `match-string', |
| 2114 | and `replace-match'.") | ||
| 2113 | (regexp, bound, noerror, count) | 2115 | (regexp, bound, noerror, count) |
| 2114 | Lisp_Object regexp, bound, noerror, count; | 2116 | Lisp_Object regexp, bound, noerror, count; |
| 2115 | { | 2117 | { |
| @@ -2128,7 +2130,8 @@ The match found must start at or after that position.\n\ | |||
| 2128 | Optional third argument, if t, means if fail just return nil (no error).\n\ | 2130 | Optional third argument, if t, means if fail just return nil (no error).\n\ |
| 2129 | 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\ |
| 2130 | Optional fourth argument is repeat count--search for successive occurrences.\n\ | 2132 | Optional fourth argument is repeat count--search for successive occurrences.\n\ |
| 2131 | See also the functions `match-beginning', `match-end' and `replace-match'.") | 2133 | See also the functions `match-beginning', `match-end', `match-string', |
| 2134 | and `replace-match'.") | ||
| 2132 | (regexp, bound, noerror, count) | 2135 | (regexp, bound, noerror, count) |
| 2133 | Lisp_Object regexp, bound, noerror, count; | 2136 | Lisp_Object regexp, bound, noerror, count; |
| 2134 | { | 2137 | { |
| @@ -2145,7 +2148,8 @@ The match found must not extend after that position.\n\ | |||
| 2145 | Optional third argument, if t, means if fail just return nil (no error).\n\ | 2148 | Optional third argument, if t, means if fail just return nil (no error).\n\ |
| 2146 | 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\ |
| 2147 | Optional fourth argument is repeat count--search for successive occurrences.\n\ | 2150 | Optional fourth argument is repeat count--search for successive occurrences.\n\ |
| 2148 | See also the functions `match-beginning', `match-end' and `replace-match'.") | 2151 | See also the functions `match-beginning', `match-end', `match-string', |
| 2152 | and `replace-match'.") | ||
| 2149 | (regexp, bound, noerror, count) | 2153 | (regexp, bound, noerror, count) |
| 2150 | Lisp_Object regexp, bound, noerror, count; | 2154 | Lisp_Object regexp, bound, noerror, count; |
| 2151 | { | 2155 | { |