Mercurial > emacs
diff doc/lispref/loading.texi @ 86436:72447710b4f2
(Named Features): Minor cleanup.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sun, 25 Nov 2007 03:50:05 +0000 |
| parents | b210bba3f477 |
| children | 107ccd98fa12 |
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}.
