# HG changeset patch # User Richard M. Stallman # Date 1195962605 0 # Node ID 72447710b4f2821762a462b2c9fde7dee8c0477f # Parent 52972c3aa85ec769450c6c2f3e4c4c4de9f44ca3 (Named Features): Minor cleanup. diff -r 52972c3aa85e -r 72447710b4f2 doc/lispref/loading.texi --- 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}.