comparison man/lispref/loading.texi @ 410:de805c49cfc1 r21-2-35

Import from CVS: tag r21-2-35
author cvs
date Mon, 13 Aug 2007 11:19:21 +0200
parents 70ad99077275
children 697ef44129c6
comparison
equal deleted inserted replaced
409:301b9ebbdf3b 410:de805c49cfc1
197 This function searches for a file in the same way that @code{load} does, 197 This function searches for a file in the same way that @code{load} does,
198 and returns the file found (if any). (In fact, @code{load} uses this 198 and returns the file found (if any). (In fact, @code{load} uses this
199 function to search through @code{load-path}.) It searches for 199 function to search through @code{load-path}.) It searches for
200 @var{filename} through @var{path-list}, expanded by one of the optional 200 @var{filename} through @var{path-list}, expanded by one of the optional
201 @var{suffixes} (string of suffixes separated by @samp{:}s), checking for 201 @var{suffixes} (string of suffixes separated by @samp{:}s), checking for
202 access @var{mode} (0|1|2|4 = exists|executable|writeable|readable), 202 access @var{mode} (0|1|2|4 = exists|executable|writable|readable),
203 default readable. 203 default readable.
204 204
205 @code{locate-file} keeps hash tables of the directories it searches 205 @code{locate-file} keeps hash tables of the directories it searches
206 through, in order to speed things up. It tries valiantly to not get 206 through, in order to speed things up. It tries valiantly to not get
207 confused in the face of a changing and unpredictable environment, but 207 confused in the face of a changing and unpredictable environment, but