aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-11-25 03:50:05 +0000
committerRichard M. Stallman2007-11-25 03:50:05 +0000
commit5c63cc6b110b005ffc703e1c68737a01e0500129 (patch)
treedc529d4955baff5c692dbb72c4e27c7df6580792
parentcc060ff7916412eeebe3dc52adad8e4417708630 (diff)
downloademacs-5c63cc6b110b005ffc703e1c68737a01e0500129.tar.gz
emacs-5c63cc6b110b005ffc703e1c68737a01e0500129.zip
(Named Features): Minor cleanup.
-rw-r--r--doc/lispref/loading.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi
index cbea262cc45..06f9b6bc016 100644
--- a/doc/lispref/loading.texi
+++ b/doc/lispref/loading.texi
@@ -692,7 +692,7 @@ done.
692 When @code{require} is used at top level in a file, it takes effect 692 When @code{require} is used at top level in a file, it takes effect
693when you byte-compile that file (@pxref{Byte Compilation}) as well as 693when you byte-compile that file (@pxref{Byte Compilation}) as well as
694when you load it. This is in case the required package contains macros 694when you load it. This is in case the required package contains macros
695that the byte compiler must know about. It also avoids byte-compiler 695that the byte compiler must know about. It also avoids byte compiler
696warnings for functions and variables defined in the file loaded with 696warnings for functions and variables defined in the file loaded with
697@code{require}. 697@code{require}.
698 698