Mercurial > emacs
changeset 62116:f1b7fe92d96a
(Flocate_file_internal): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 06 May 2005 13:00:53 +0000 |
parents | 515e18600ed2 |
children | 11d8a39e986e |
files | src/lread.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lread.c Fri May 06 12:47:54 2005 +0000 +++ b/src/lread.c Fri May 06 13:00:53 2005 +0000 @@ -1005,6 +1005,7 @@ DEFUN ("locate-file-internal", Flocate_file_internal, Slocate_file_internal, 2, 4, 0, doc: /* Search for FILENAME through PATH. +Returns the file's name in absolute form, or nil if not found. If SUFFIXES is non-nil, it should be a list of suffixes to append to file name when searching. If non-nil, PREDICATE is used instead of `file-readable-p'.