emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/loading.texi


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lispref/loading.texi
Date: Wed, 01 Mar 2006 01:58:12 +0000

Index: emacs/lispref/loading.texi
diff -u emacs/lispref/loading.texi:1.62 emacs/lispref/loading.texi:1.63
--- emacs/lispref/loading.texi:1.62     Wed Mar  1 01:19:52 2006
+++ emacs/lispref/loading.texi  Wed Mar  1 01:58:12 2006
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]