From: Luc Teirlinck Date: Wed, 1 Mar 2006 02:45:05 +0000 (+0000) Subject: (Named Features): Fix typo. X-Git-Tag: emacs-pretest-22.0.90~3838 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=adc881cc69e20d5f1662116144d49fb0dc78c2c7;p=emacs.git (Named Features): Fix typo. --- diff --git a/lispref/loading.texi b/lispref/loading.texi index 7d410ee1a10..544bb0875b1 100644 --- a/lispref/loading.texi +++ b/lispref/loading.texi @@ -752,7 +752,7 @@ If the feature is not present, then @code{require} loads @var{filename} 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.)