XEmacs 21.2.36 "Notos"
[chise/xemacs-chise.git.1] / man / lispref / loading.texi
index c8fc6b4..e533588 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
@@ -673,7 +673,7 @@ reclaim memory for other Lisp objects.  To do this, use the function
 This command unloads the library that provided feature @var{feature}.
 It undefines all functions, macros, and variables defined in that
 library with @code{defconst}, @code{defvar}, @code{defun},
-@code{defmacro}, @code{defsubst}, @code{definf-function} and
+@code{defmacro}, @code{defsubst}, @code{define-function} and
 @code{defalias}.  It then restores any autoloads formerly associated
 with those symbols.  (Loading saves these in the @code{autoload}
 property of the symbol.)