From: Eli Zaretskii Date: Tue, 22 Nov 2016 16:34:51 +0000 (+0200) Subject: ; * src/lread.c (openp): Correct an inaccuracy in commentary. X-Git-Tag: emacs-25.1.90~20 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7287e96;p=emacs.git ; * src/lread.c (openp): Correct an inaccuracy in commentary. --- diff --git a/src/lread.c b/src/lread.c index 0bc34b228cc..b978e6ed09f 100644 --- a/src/lread.c +++ b/src/lread.c @@ -1412,7 +1412,7 @@ directories, make sure the PREDICATE function returns `dir-ok' for them. */) PREDICATE t means the files are binary. PREDICATE non-nil and non-t means don't open the files, just look for one that satisfies the predicate. In this case, - return 1 on success. The predicate can be a lisp function or + return -2 on success. The predicate can be a lisp function or an integer to pass to `access' (in which case file-name-handlers are ignored).