aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lread.c2
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