From 7287e9654e5370e8069241320262d0b8b8002843 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 22 Nov 2016 18:34:51 +0200 Subject: [PATCH] ; * src/lread.c (openp): Correct an inaccuracy in commentary. --- src/lread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.11.4.GIT