changeset 69219:4cdc904deac6

(Load Suffixes): Fix typos.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 01 Mar 2006 01:58:12 +0000
parents 2dec1158cc5e
children 1c12656cdcb0
files lispref/loading.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/loading.texi	Wed Mar 01 01:56:31 2006 +0000
+++ b/lispref/loading.texi	Wed Mar 01 01:58:12 2006 +0000
@@ -180,7 +180,7 @@
 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 @@
 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