summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2016-11-22 18:34:51 +0200
committerEli Zaretskii <eliz@gnu.org>2016-11-22 18:34:51 +0200
commit7287e9654e5370e8069241320262d0b8b8002843 (patch)
tree24fae957602bf23984d4e51e49f2c37c2976518f
parent3f2b497cdddcf1f124f1c9f94354d5f457a4070f (diff)
downloademacs-7287e9654e5370e8069241320262d0b8b8002843.tar.gz
; * src/lread.c (openp): Correct an inaccuracy in commentary.
-rw-r--r--src/lread.c2
1 files changed, 1 insertions, 1 deletions
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).