emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/emacs building.texi [EMACS_23_1_RC]


From: Chong Yidong
Subject: [Emacs-diffs] emacs/doc/emacs building.texi [EMACS_23_1_RC]
Date: Tue, 28 Jul 2009 15:27:27 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_23_1_RC
Changes by:     Chong Yidong <cyd>      09/07/28 15:27:27

Modified files:
        doc/emacs      : building.texi 

Log message:
        Fix last change.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/building.texi?cvsroot=emacs&only_with_tag=EMACS_23_1_RC&r1=1.21.2.1&r2=1.21.2.2

Patches:
Index: building.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/building.texi,v
retrieving revision 1.21.2.1
retrieving revision 1.21.2.2
diff -u -b -r1.21.2.1 -r1.21.2.2
--- building.texi       28 Jul 2009 15:23:52 -0000      1.21.2.1
+++ building.texi       28 Jul 2009 15:27:27 -0000      1.21.2.2
@@ -1272,11 +1272,11 @@
 @cindex autoload
   Some commands are @dfn{autoloaded}: when you run them, Emacs will
 automatically load the associated library first.  For instance, the
address@hidden 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}.)
address@hidden 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]