diff options
| author | Paul Eggert | 2016-12-07 12:39:06 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-12-07 12:39:06 -0800 |
| commit | 401394d20b0ee431e52af84b1ca54c91d2926fd9 (patch) | |
| tree | 4ab4226dde37835328f037459ac9dcaf17a5bc22 /src | |
| parent | 9b9ab8fb8ed13ae501fb58401ff97518e7736e7e (diff) | |
| parent | 7287e9654e5370e8069241320262d0b8b8002843 (diff) | |
| download | emacs-401394d20b0ee431e52af84b1ca54c91d2926fd9.tar.gz emacs-401394d20b0ee431e52af84b1ca54c91d2926fd9.zip | |
Merge from origin/emacs-25
7287e96 ; * src/lread.c (openp): Correct an inaccuracy in commentary.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c index 14f9393cc47..1335ccfea78 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -1411,7 +1411,7 @@ directories, make sure the PREDICATE function returns `dir-ok' for them. */) | |||
| 1411 | PREDICATE t means the files are binary. | 1411 | PREDICATE t means the files are binary. |
| 1412 | PREDICATE non-nil and non-t means don't open the files, | 1412 | PREDICATE non-nil and non-t means don't open the files, |
| 1413 | just look for one that satisfies the predicate. In this case, | 1413 | just look for one that satisfies the predicate. In this case, |
| 1414 | return 1 on success. The predicate can be a lisp function or | 1414 | return -2 on success. The predicate can be a lisp function or |
| 1415 | an integer to pass to `access' (in which case file-name-handlers | 1415 | an integer to pass to `access' (in which case file-name-handlers |
| 1416 | are ignored). | 1416 | are ignored). |
| 1417 | 1417 | ||