# HG changeset patch # User Luc Teirlinck # Date 1141181105 0 # Node ID 1c12656cdcb0bbfa4ef15dc57663357f0c2a3286 # Parent 4cdc904deac67051513739be6561db212e1aebf0 (Named Features): Fix typo. diff -r 4cdc904deac6 -r 1c12656cdcb0 lispref/loading.texi --- a/lispref/loading.texi Wed Mar 01 01:58:12 2006 +0000 +++ b/lispref/loading.texi Wed Mar 01 02:45:05 2006 +0000 @@ -752,7 +752,7 @@ with @code{load}. If @var{filename} is not supplied, then the name of the symbol @var{feature} is used as the base file name to load. However, in this case, @code{require} insists on finding @var{feature} -with an added @samp{el} or @samp{.elc} suffix (possibly extended with +with an added @samp{.el} or @samp{.elc} suffix (possibly extended with a compression suffix); a file whose name is just @var{feature} won't be used. (The variable @code{load-suffixes} specifies the exact required Lisp suffixes.)