From 5c63cc6b110b005ffc703e1c68737a01e0500129 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 25 Nov 2007 03:50:05 +0000 Subject: (Named Features): Minor cleanup. --- doc/lispref/loading.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/lispref') diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index cbea262cc4..06f9b6bc01 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi @@ -692,7 +692,7 @@ done. 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}. -- cgit v1.2.3