diff src/lread.c @ 62116:f1b7fe92d96a

(Flocate_file_internal): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 06 May 2005 13:00:53 +0000
parents eac490378ade
children 4089414d3208 5ae8a8b0a308 62afea0771d8
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'.