From b7ebcab70a2c7d4bf432f16f7f4cc4a0641e858f Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sun, 5 Oct 2003 23:21:48 +0000 Subject: [PATCH] (Library Search): Correct default value of load-suffixes. (Named Features): Fix typo. --- lispref/loading.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2