diff options
| author | Jason Rumney | 2000-05-31 18:51:08 +0000 |
|---|---|---|
| committer | Jason Rumney | 2000-05-31 18:51:08 +0000 |
| commit | 9dddb23f46d05fc1586ef5d2be1babbac518f7e9 (patch) | |
| tree | 6aff89525d0d773c7cad174d8c5a6495273f90a9 /src | |
| parent | 8119aab87f9df69aee4c40e280188fb525fe0437 (diff) | |
| download | emacs-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.c | 8 |
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\ | |||
| 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', `match-string', | 2096 | See also the functions `match-beginning', `match-end', `match-string',\n\ |
| 2097 | and `replace-match'.") | 2097 | and `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\ | |||
| 2110 | 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\ |
| 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\ |
| 2112 | Optional fourth argument is repeat count--search for successive occurrences.\n\ | 2112 | Optional fourth argument is repeat count--search for successive occurrences.\n\ |
| 2113 | See also the functions `match-beginning', `match-end', `match-string', | 2113 | See also the functions `match-beginning', `match-end', `match-string',\n\ |
| 2114 | and `replace-match'.") | 2114 | and `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\ | |||
| 2130 | 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\ |
| 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\ |
| 2132 | Optional fourth argument is repeat count--search for successive occurrences.\n\ | 2132 | Optional fourth argument is repeat count--search for successive occurrences.\n\ |
| 2133 | See also the functions `match-beginning', `match-end', `match-string', | 2133 | See also the functions `match-beginning', `match-end', `match-string',\n\ |
| 2134 | and `replace-match'.") | 2134 | and `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\ | |||
| 2148 | 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\ |
| 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\ |
| 2150 | Optional fourth argument is repeat count--search for successive occurrences.\n\ | 2150 | Optional fourth argument is repeat count--search for successive occurrences.\n\ |
| 2151 | See also the functions `match-beginning', `match-end', `match-string', | 2151 | See also the functions `match-beginning', `match-end', `match-string',\n\ |
| 2152 | and `replace-match'.") | 2152 | and `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; |