projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f2b497
)
; * src/lread.c (openp): Correct an inaccuracy in commentary.
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 22 Nov 2016 16:34:51 +0000
(18:34 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 22 Nov 2016 16:34:51 +0000
(18:34 +0200)
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index 0bc34b228cca1101654b31011fcab64951dc3c1e..b978e6ed09f9fc47b435857b70e8bac5b2d2e200 100644
(file)
--- 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).