changeset 74756:c751765838ca

(Fsearch_forward): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 19 Dec 2006 16:14:54 +0000
parents e97a993d4ab6
children 3fb128bfa8b4
files src/search.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/search.c	Tue Dec 19 16:11:24 2006 +0000
+++ b/src/search.c	Tue Dec 19 16:14:54 2006 +0000
@@ -2165,8 +2165,8 @@
        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.  nil is equivalent
-  to (point-max).
+The match found must not extend after that position.  If nil, it 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.
 Optional fourth argument is repeat count--search for successive occurrences.