emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/search.c,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/search.c,v
Date: Tue, 26 Dec 2006 18:02:27 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/12/26 18:02:27

Index: search.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/search.c,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -b -r1.219 -r1.220
--- search.c    19 Dec 2006 16:14:54 -0000      1.219
+++ search.c    26 Dec 2006 18:02:27 -0000      1.220
@@ -2165,7 +2165,7 @@
        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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]