]> code.delx.au - gnu-emacs/commitdiff
* customize.texi (Common Keywords): Add xref to Loading.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 15 Aug 2009 17:59:40 +0000 (17:59 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 15 Aug 2009 17:59:40 +0000 (17:59 +0000)
* loading.texi (How Programs Do Loading): Add xref to Lisp
Libraries node in the Emacs manual.

doc/lispref/ChangeLog
doc/lispref/customize.texi
doc/lispref/loading.texi

index 4ef9a4c35eb2042491df01391892e41e8dee3064..9ab5b15b4bc8124667be273a87fe196d3302c2c4 100644 (file)
@@ -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.
index 8db58eaae49d9bbbcd20a56f1e6a226d6bc1cf8a..c533d8ea83457846898f56aa9beff95a86bb1c60 100644 (file)
@@ -115,8 +115,8 @@ none at all.
 @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}
index 403a7404edff22b8b5ec33a3b7e30ed9fef79c26..dc45ad88174200a71f1b8597d9ffa62558535c33 100644 (file)
@@ -147,7 +147,8 @@ precisely the file name to load.
 
 @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