From: Luc Teirlinck Date: Sun, 5 Oct 2003 23:21:48 +0000 (+0000) Subject: (Library Search): Correct default value of load-suffixes. X-Git-Tag: ttn-vms-21-2-B4~8617 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b7ebcab70a2c7d4bf432f16f7f4cc4a0641e858f;p=emacs.git (Library Search): Correct default value of load-suffixes. (Named Features): Fix typo. --- diff --git a/lispref/loading.texi b/lispref/loading.texi index 4f031c5146c..3ec6ed4101a 100644 --- a/lispref/loading.texi +++ b/lispref/loading.texi @@ -289,7 +289,7 @@ tells @code{locate-library} to display the file name in the echo area. @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 @@ features @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