changeset 86436:72447710b4f2

(Named Features): Minor cleanup.
author Richard M. Stallman <rms@gnu.org>
date Sun, 25 Nov 2007 03:50:05 +0000
parents 52972c3aa85e
children 5e5bea44b40c
files doc/lispref/loading.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/loading.texi	Sun Nov 25 03:49:34 2007 +0000
+++ b/doc/lispref/loading.texi	Sun Nov 25 03:50:05 2007 +0000
@@ -692,7 +692,7 @@
   When @code{require} is used at top level in a file, it takes effect
 when you byte-compile that file (@pxref{Byte Compilation}) as well as
 when you load it.  This is in case the required package contains macros
-that the byte compiler must know about.  It also avoids byte-compiler
+that the byte compiler must know about.  It also avoids byte compiler
 warnings for functions and variables defined in the file loaded with
 @code{require}.