; * src/lread.c (openp): Correct an inaccuracy in commentary.
This commit is contained in:
parent
3f2b497cdd
commit
7287e9654e
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue