comparison 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
comparison
equal deleted inserted replaced
104282:e78ba806456a 104283:131617b1ba40
145 precisely the file name to load. 145 precisely the file name to load.
146 @end deffn 146 @end deffn
147 147
148 @deffn Command load-library library 148 @deffn Command load-library library
149 This command loads the library named @var{library}. It is equivalent to 149 This command loads the library named @var{library}. It is equivalent to
150 @code{load}, except in how it reads its argument interactively. 150 @code{load}, except for the way it reads its argument interactively.
151 @xref{Lisp Libraries,,,emacs, The GNU Emacs Manual}.
151 @end deffn 152 @end deffn
152 153
153 @defvar load-in-progress 154 @defvar load-in-progress
154 This variable is non-@code{nil} if Emacs is in the process of loading a 155 This variable is non-@code{nil} if Emacs is in the process of loading a
155 file, and it is @code{nil} otherwise. 156 file, and it is @code{nil} otherwise.