From: Chong Yidong Date: Tue, 28 Jul 2009 15:27:27 +0000 (+0000) Subject: Fix last change. X-Git-Tag: emacs-23.1~6 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f841f1db5148df79db26ab926e2ca5d2e2ee6271;p=emacs.git Fix last change. --- 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