emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 7287e96: ; * src/lread.c (openp): Correct an inac


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 7287e96: ; * src/lread.c (openp): Correct an inaccuracy in commentary.
Date: Tue, 22 Nov 2016 16:35:29 +0000 (UTC)

branch: emacs-25
commit 7287e9654e5370e8069241320262d0b8b8002843
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * 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 0bc34b2..b978e6e 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).
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]