changeset 104283:131617b1ba40

* customize.texi (Common Keywords): Add xref to Loading. * loading.texi (How Programs Do Loading): Add xref to Lisp Libraries node in the Emacs manual.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 15 Aug 2009 17:59:40 +0000
parents e78ba806456a
children 6a1ccc3fe7f8
files doc/lispref/ChangeLog doc/lispref/customize.texi doc/lispref/loading.texi
diffstat 3 files changed, 11 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/ChangeLog	Sat Aug 15 17:51:37 2009 +0000
+++ b/doc/lispref/ChangeLog	Sat Aug 15 17:59:40 2009 +0000
@@ -1,3 +1,10 @@
+2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
+
+	* 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  <cyd@stupidchicken.com>
 
 	* objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
--- a/doc/lispref/customize.texi	Sat Aug 15 17:51:37 2009 +0000
+++ b/doc/lispref/customize.texi	Sat Aug 15 17:59:40 2009 +0000
@@ -115,8 +115,8 @@
 @item :load @var{file}
 @kindex load@r{, 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 require@r{, customization keyword}
--- a/doc/lispref/loading.texi	Sat Aug 15 17:51:37 2009 +0000
+++ b/doc/lispref/loading.texi	Sat Aug 15 17:59:40 2009 +0000
@@ -147,7 +147,8 @@
 
 @deffn Command load-library library
 This command loads the library named @var{library}.  It is equivalent to
-@code{load}, except in how it reads its argument interactively.
+@code{load}, except for the way it reads its argument interactively.
+@xref{Lisp Libraries,,,emacs, The GNU Emacs Manual}.
 @end deffn
 
 @defvar load-in-progress