]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 28 Jul 2009 15:27:27 +0000 (15:27 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 28 Jul 2009 15:27:27 +0000 (15:27 +0000)
doc/emacs/building.texi

index 24e97a971fc7fc45de9a7193171543527a3c174c..2eb714b826d3ba9b1159b3ea5d2a0b2f6f4cd9f9 100644 (file)
@@ -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