From: Chong Yidong Date: Sat, 15 Aug 2009 17:59:40 +0000 (+0000) Subject: * customize.texi (Common Keywords): Add xref to Loading. X-Git-Tag: emacs-pretest-23.1.90~1848 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f6de8a37189072973e6304e54b51a91ba6dc2641;p=emacs.git * customize.texi (Common Keywords): Add xref to Loading. * loading.texi (How Programs Do Loading): Add xref to Lisp Libraries node in the Emacs manual. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 4ef9a4c35eb..9ab5b15b4bc 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,10 @@ +2009-08-15 Chong Yidong + + * 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 * objects.texi (Meta-Char Syntax): Add xref to Strings of Events. diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi index 8db58eaae49..c533d8ea834 100644 --- a/doc/lispref/customize.texi +++ b/doc/lispref/customize.texi @@ -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} diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index 403a7404edf..dc45ad88174 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi @@ -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