diff doc/lispref/loading.texi @ 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 fcd80b58a694
children caa79498564a
line wrap: on
line diff
--- 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