emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/lispref ChangeLog customize.texi load...


From: Chong Yidong
Subject: [Emacs-diffs] emacs/doc/lispref ChangeLog customize.texi load...
Date: Sat, 15 Aug 2009 17:59:40 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/08/15 17:59:40

Modified files:
        doc/lispref    : ChangeLog customize.texi loading.texi 

Log message:
        * customize.texi (Common Keywords): Add xref to Loading.
        
        * loading.texi (How Programs Do Loading): Add xref to Lisp
        Libraries node in the Emacs manual.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/ChangeLog?cvsroot=emacs&r1=1.313&r2=1.314
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/customize.texi?cvsroot=emacs&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/loading.texi?cvsroot=emacs&r1=1.12&r2=1.13

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/ChangeLog,v
retrieving revision 1.313
retrieving revision 1.314
diff -u -b -r1.313 -r1.314
--- ChangeLog   13 Aug 2009 18:08:25 -0000      1.313
+++ ChangeLog   15 Aug 2009 17:59:40 -0000      1.314
@@ -1,3 +1,10 @@
+2009-08-15  Chong Yidong  <address@hidden>
+
+       * customize.texi (Common Keywords): Add xref to Loading.
+
+       * loading.texi (How Programs Do Loading): Add xref to Lisp
+       Libraries node in the Emacs manual.
+
 2009-08-13  Chong Yidong  <address@hidden>
 
        * objects.texi (Meta-Char Syntax): Add xref to Strings of Events.

Index: customize.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/customize.texi,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- customize.texi      10 Jul 2009 04:56:40 -0000      1.11
+++ customize.texi      15 Aug 2009 17:59:40 -0000      1.12
@@ -115,8 +115,8 @@
 @item :load @var{file}
 @kindex address@hidden, customization keyword}
 Load file @var{file} (a string) before displaying this customization
-item.  Loading is done with @code{load-library}, and only if the file is
-not already loaded.
+item (@pxref{Loading}).  Loading is done with @code{load}, and only if
+the file is not already loaded.
 
 @item :require @var{feature}
 @kindex address@hidden, customization keyword}

Index: loading.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/loading.texi,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- loading.texi        18 Jul 2009 02:22:57 -0000      1.12
+++ loading.texi        15 Aug 2009 17:59:40 -0000      1.13
@@ -147,7 +147,8 @@
 
 @deffn Command load-library library
 This command loads the library named @var{library}.  It is equivalent to
address@hidden, except in how it reads its argument interactively.
address@hidden, except for the way it reads its argument interactively.
address@hidden Libraries,,,emacs, The GNU Emacs Manual}.
 @end deffn
 
 @defvar load-in-progress




reply via email to

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