]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/lread.c (openp): Correct an inaccuracy in commentary.
authorEli Zaretskii <eliz@gnu.org>
Tue, 22 Nov 2016 16:34:51 +0000 (18:34 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 22 Nov 2016 16:34:51 +0000 (18:34 +0200)
src/lread.c

index 0bc34b228cca1101654b31011fcab64951dc3c1e..b978e6ed09f9fc47b435857b70e8bac5b2d2e200 100644 (file)
@@ -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).