import -ko -b 1.1.3 XEmacs XEmacs-21_2 r21-2-35
[chise/xemacs-chise.git.1] / man / lispref / loading.texi
index c8fc6b4..18bc574 100644 (file)
@@ -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