diff src/lread.c @ 951:93e076dd7825

[xemacs-hg @ 2002-08-02 15:35:49 by james] Correct locate_file documentation: Any nonnegative return value indicates success if MODE is nonnegative.
author james
date Fri, 02 Aug 2002 15:35:54 +0000
parents 804517e16990
children 8b464283e891
line wrap: on
line diff
--- a/src/lread.c	Fri Aug 02 15:18:46 2002 +0000
+++ b/src/lread.c	Fri Aug 02 15:35:54 2002 +0000
@@ -1128,7 +1128,7 @@
 
    MODE nonnegative means don't open the files,
    just look for one for which access(file,MODE) succeeds.  In this case,
-   returns 1 on success.
+   returns a nonnegative value on success.  On failure, returns -1.
 
    If STOREPTR is nonzero, it points to a slot where the name of
    the file actually found should be stored as a Lisp string.