From: Eli Zaretskii Date: Fri, 6 May 2005 13:00:53 +0000 (+0000) Subject: (Flocate_file_internal): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~494 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=57a131fbc05820ea8afe802d61a95d6a0a2f4a09;p=emacs.git (Flocate_file_internal): Doc fix. --- diff --git a/src/lread.c b/src/lread.c index cd0e7544ad4..b0262ebea79 100644 --- a/src/lread.c +++ b/src/lread.c @@ -1005,6 +1005,7 @@ complete_filename_p (pathname) 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'.