mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 20:32:00 -08:00
(locate-file): Deprecate integer values for predicate.
This commit is contained in:
parent
8b71a9ca6f
commit
21936ea51e
1 changed files with 1 additions and 1 deletions
|
|
@ -552,7 +552,7 @@ If SUFFIXES is non-nil, it should be a list of suffixes to append to
|
|||
file name when searching. If SUFFIXES is nil, it is equivalent to '(\"\").
|
||||
If non-nil, PREDICATE is used instead of `file-readable-p'.
|
||||
PREDICATE can also be an integer to pass to the access(2) function,
|
||||
in which case file-name-handlers are ignored.
|
||||
in which case file-name-handlers are ignored (this use is deprecated).
|
||||
For compatibility with XEmacs, PREDICATE can also be a symbol among
|
||||
`executable', `readable', `writable', or `exists' or a list of one
|
||||
of those symbols."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue