summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-07-28 15:27:27 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-07-28 15:27:27 +0000
commitf841f1db5148df79db26ab926e2ca5d2e2ee6271 (patch)
tree2493002181946fbbd1153c9feb59c0b4928074e7
parentc6f3bd7758d0bc990a3183bfeef18acdcb763ad4 (diff)
downloademacs-f841f1db5148df79db26ab926e2ca5d2e2ee6271.tar.gz
Fix last change.
-rw-r--r--doc/emacs/building.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi
index 24e97a971fc..2eb714b826d 100644
--- a/doc/emacs/building.texi
+++ b/doc/emacs/building.texi
@@ -1272,11 +1272,11 @@ your own, put them in a single directory and add that directory to
@cindex autoload
Some commands are @dfn{autoloaded}: when you run them, Emacs will
automatically load the associated library first. For instance, the
-@code{compile} and @code{compilation-mode} commands are autoloaded; if
-you call either command, Emacs automatically loads @file{compile.elc}
-or @file{compile.el}. (In contrast, the command @code{recompile} is
-not autoloaded, and thus unavailable until you load @file{compile.elc}
-or @file{compile.el}.)
+@code{compile} and @code{compilation-mode} commands
+(@pxref{Compilation}) are autoloaded; if you call either command,
+Emacs automatically loads the @code{compile} library. In contrast,
+the command @code{recompile} is not autoloaded, so it is unavailable
+until you load the @code{compile} library.
@vindex load-dangerous-libraries
@cindex Lisp files byte-compiled by XEmacs