X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=man%2Flispref%2Floading.texi;h=18bc5746ec0ad25b1607d1607a855170a3b4f3c2;hp=c8fc6b41a6e167b24c941e136ea3be3740c3403b;hb=762383636a99307282c2d93d26c35c046ec24da1;hpb=e31bfd1501359ce20fe1caf6b913a019318ec83c diff --git a/man/lispref/loading.texi b/man/lispref/loading.texi index c8fc6b4..18bc574 100644 --- a/man/lispref/loading.texi +++ b/man/lispref/loading.texi @@ -199,7 +199,7 @@ and returns the file found (if any). (In fact, @code{load} uses this function to search through @code{load-path}.) It searches for @var{filename} through @var{path-list}, expanded by one of the optional @var{suffixes} (string of suffixes separated by @samp{:}s), checking for -access @var{mode} (0|1|2|4 = exists|executable|writeable|readable), +access @var{mode} (0|1|2|4 = exists|executable|writable|readable), default readable. @code{locate-file} keeps hash tables of the directories it searches