# HG changeset patch # User Luc Teirlinck # Date 1065396108 0 # Node ID f2fb09e111f70e0f5a07105a9b8208f1c198566c # Parent 9f0dd16cb11b342784bce968da317f934dd8a1dc (Library Search): Correct default value of load-suffixes. (Named Features): Fix typo. diff -r 9f0dd16cb11b -r f2fb09e111f7 lispref/loading.texi --- a/lispref/loading.texi Sun Oct 05 17:23:05 2003 +0000 +++ b/lispref/loading.texi Sun Oct 05 23:21:48 2003 +0000 @@ -289,7 +289,7 @@ @defvar load-suffixes This variable is a list of suffixes (strings) that @code{load} should try adding to the specified file name. The default value is -@code{(".el" ".elc")}. There is no need to include the null suffix. +@code{(".elc" ".el")}. There is no need to include the null suffix. @end defvar @node Loading Non-ASCII @@ -669,7 +669,7 @@ @end smallexample When a file is loaded to satisfy an autoload, and it stops due to an -error in the evaluating its contents, any function definitions or +error in the evaluation of its contents, any function definitions or @code{provide} calls that occurred during the load are undone. @xref{Autoload}. @end defun