diff options
| author | Stefan Monnier | 2002-05-06 21:11:51 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-05-06 21:11:51 +0000 |
| commit | 21936ea51ec84f7860dd4aa8fda24798ecb75c76 (patch) | |
| tree | 81218177b40c9f3c02295981cde072b9d1399db3 | |
| parent | 8b71a9ca6f24fcd0e28769558fc23b4dff1adf18 (diff) | |
| download | emacs-21936ea51ec84f7860dd4aa8fda24798ecb75c76.tar.gz emacs-21936ea51ec84f7860dd4aa8fda24798ecb75c76.zip | |
(locate-file): Deprecate integer values for predicate.
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index 4733a47df5f..7a33267789a 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -552,7 +552,7 @@ If SUFFIXES is non-nil, it should be a list of suffixes to append to | |||
| 552 | file name when searching. If SUFFIXES is nil, it is equivalent to '(\"\"). | 552 | file name when searching. If SUFFIXES is nil, it is equivalent to '(\"\"). |
| 553 | If non-nil, PREDICATE is used instead of `file-readable-p'. | 553 | If non-nil, PREDICATE is used instead of `file-readable-p'. |
| 554 | PREDICATE can also be an integer to pass to the access(2) function, | 554 | PREDICATE can also be an integer to pass to the access(2) function, |
| 555 | in which case file-name-handlers are ignored. | 555 | in which case file-name-handlers are ignored (this use is deprecated). |
| 556 | For compatibility with XEmacs, PREDICATE can also be a symbol among | 556 | For compatibility with XEmacs, PREDICATE can also be a symbol among |
| 557 | `executable', `readable', `writable', or `exists' or a list of one | 557 | `executable', `readable', `writable', or `exists' or a list of one |
| 558 | of those symbols." | 558 | of those symbols." |