emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 401394d 03/18: Merge from origin/emacs-25


From: Paul Eggert
Subject: [Emacs-diffs] master 401394d 03/18: Merge from origin/emacs-25
Date: Wed, 7 Dec 2016 20:54:04 +0000 (UTC)

branch: master
commit 401394d20b0ee431e52af84b1ca54c91d2926fd9
Merge: 9b9ab8f 7287e96
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Merge from origin/emacs-25
    
    7287e96 ; * 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 14f9393..1335ccf 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -1411,7 +1411,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]