]> git.eshelyaron.com Git - emacs.git/commitdiff
(Flocate_file_internal): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Fri, 6 May 2005 13:00:53 +0000 (13:00 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 6 May 2005 13:00:53 +0000 (13:00 +0000)
src/lread.c

index cd0e7544ad44f66da3aabb0769ad9155befcb44d..b0262ebea79e967b7e25fe3b01ae0b63ef42740f 100644 (file)
@@ -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'.