diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-08-15 17:59:40 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-08-15 17:59:40 +0000 |
commit | f6de8a37189072973e6304e54b51a91ba6dc2641 (patch) | |
tree | d1be8543c3fd9d51117ec6789c0d01063a4264a2 /doc/lispref/customize.texi | |
parent | 9d73a99e31ac6f10e1ac019f3daa59196c2d746e (diff) | |
download | emacs-f6de8a37189072973e6304e54b51a91ba6dc2641.tar.gz |
* customize.texi (Common Keywords): Add xref to Loading.
* loading.texi (How Programs Do Loading): Add xref to Lisp
Libraries node in the Emacs manual.
Diffstat (limited to 'doc/lispref/customize.texi')
-rw-r--r-- | doc/lispref/customize.texi | 4 |
1 files changed, 2 insertions, 2 deletions
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} |