diff options
| author | Richard M. Stallman | 2006-12-26 18:02:27 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-12-26 18:02:27 +0000 |
| commit | d6aacdcdf137898013eb8a9a57c4641e2435e781 (patch) | |
| tree | cb25593133c2d5b0966dedfade543e2bde5a089f /src | |
| parent | 6137433cadafeae76cef3d20ff7deb4670f64616 (diff) | |
| download | emacs-d6aacdcdf137898013eb8a9a57c4641e2435e781.tar.gz emacs-d6aacdcdf137898013eb8a9a57c4641e2435e781.zip | |
(Fsearch_forward): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/search.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c index d44ade3b610..3fc3faeda98 100644 --- a/src/search.c +++ b/src/search.c | |||
| @@ -2165,7 +2165,7 @@ DEFUN ("search-forward", Fsearch_forward, Ssearch_forward, 1, 4, "MSearch: ", | |||
| 2165 | doc: /* Search forward from point for STRING. | 2165 | doc: /* Search forward from point for STRING. |
| 2166 | Set point to the end of the occurrence found, and return point. | 2166 | Set point to the end of the occurrence found, and return point. |
| 2167 | An optional second argument bounds the search; it is a buffer position. | 2167 | An optional second argument bounds the search; it is a buffer position. |
| 2168 | The match found must not extend after that position. If nil, it is | 2168 | The match found must not extend after that position. A value of nil is |
| 2169 | equivalent to (point-max). | 2169 | equivalent to (point-max). |
| 2170 | Optional third argument, if t, means if fail just return nil (no error). | 2170 | Optional third argument, if t, means if fail just return nil (no error). |
| 2171 | If not nil and not t, move to limit of search and return nil. | 2171 | If not nil and not t, move to limit of search and return nil. |