From: Luc Teirlinck Date: Wed, 1 Mar 2006 01:58:12 +0000 (+0000) Subject: (Load Suffixes): Fix typos. X-Git-Tag: emacs-pretest-22.0.90~3839 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a88c86f7182d3959b08d06f28e1eb1058eebc89a;p=emacs.git (Load Suffixes): Fix typos. --- diff --git a/lispref/loading.texi b/lispref/loading.texi index f063fa86e5e..7d410ee1a10 100644 --- a/lispref/loading.texi +++ b/lispref/loading.texi @@ -180,7 +180,7 @@ We now describe some technical details about the exact suffixes that This is a list of suffixes indicating (compiled or source) Emacs Lisp files. It should not include the empty string. @code{load} uses these suffixes in order when it appends Lisp suffixes to the specified -file name. The standard value is @code{(".elc" "el")} which produces +file name. The standard value is @code{(".elc" ".el")} which produces the behavior described in the previous section. @end defvar @@ -206,7 +206,7 @@ try, in order, when its @var{must-suffix} argument is non-@code{nil}. This takes both @code{load-suffixes} and @code{load-file-rep-suffixes} into account. If @code{load-suffixes}, @code{jka-compr-load-suffixes} and @code{load-file-rep-suffixes} all have their standard values, this -function returns @code{(".elc" "elc.gz" ".el" ".el.gz")} if Auto +function returns @code{(".elc" ".elc.gz" ".el" ".el.gz")} if Auto Compression mode is enabled and @code{(".elc" ".el")} if Auto Compression mode is disabled. @end defun