mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-07 20:54:32 +00:00
(String Search): Clarify effect of NOERROR.
This commit is contained in:
parent
c759f47bfd
commit
50363cd8ab
@ -86,6 +86,10 @@ upper bound and returns @code{nil}. (It would be more consistent now to
|
||||
return the new position of point in that case, but some existing
|
||||
programs may depend on a value of @code{nil}.)
|
||||
|
||||
The argument @var{noerror} only affects valid searches which fail to
|
||||
find a match. Invalid arguments cause errors regardless of
|
||||
@var{noerror}.
|
||||
|
||||
If @var{repeat} is supplied (it must be a positive number), then the
|
||||
search is repeated that many times (each time starting at the end of the
|
||||
previous time's match). If these successive searches succeed, the
|
||||
|
Loading…
x
Reference in New Issue
Block a user