(Fsearch_forward): Doc fix.
This commit is contained in:
parent
6137433cad
commit
d6aacdcdf1
1 changed files with 1 additions and 1 deletions
|
@ -2165,7 +2165,7 @@ DEFUN ("search-forward", Fsearch_forward, Ssearch_forward, 1, 4, "MSearch: ",
|
|||
doc: /* Search forward from point for STRING.
|
||||
Set point to the end of the occurrence found, and return point.
|
||||
An optional second argument bounds the search; it is a buffer position.
|
||||
The match found must not extend after that position. If nil, it is
|
||||
The match found must not extend after that position. A value of nil is
|
||||
equivalent to (point-max).
|
||||
Optional third argument, if t, means if fail just return nil (no error).
|
||||
If not nil and not t, move to limit of search and return nil.
|
||||
|
|
Loading…
Add table
Reference in a new issue