comparison 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
comparison
equal deleted inserted replaced
62115:515e18600ed2 62116:f1b7fe92d96a
1003 ); 1003 );
1004 } 1004 }
1005 1005
1006 DEFUN ("locate-file-internal", Flocate_file_internal, Slocate_file_internal, 2, 4, 0, 1006 DEFUN ("locate-file-internal", Flocate_file_internal, Slocate_file_internal, 2, 4, 0,
1007 doc: /* Search for FILENAME through PATH. 1007 doc: /* Search for FILENAME through PATH.
1008 Returns the file's name in absolute form, or nil if not found.
1008 If SUFFIXES is non-nil, it should be a list of suffixes to append to 1009 If SUFFIXES is non-nil, it should be a list of suffixes to append to
1009 file name when searching. 1010 file name when searching.
1010 If non-nil, PREDICATE is used instead of `file-readable-p'. 1011 If non-nil, PREDICATE is used instead of `file-readable-p'.
1011 PREDICATE can also be an integer to pass to the access(2) function, 1012 PREDICATE can also be an integer to pass to the access(2) function,
1012 in which case file-name-handlers are ignored. */) 1013 in which case file-name-handlers are ignored. */)