mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
* customize.texi (Common Keywords): Add xref to Loading.
* loading.texi (How Programs Do Loading): Add xref to Lisp Libraries node in the Emacs manual.
This commit is contained in:
parent
9d73a99e31
commit
f6de8a3718
3 changed files with 11 additions and 3 deletions
|
|
@ -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>
|
2009-08-13 Chong Yidong <cyd@stupidchicken.com>
|
||||||
|
|
||||||
* objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
|
* objects.texi (Meta-Char Syntax): Add xref to Strings of Events.
|
||||||
|
|
|
||||||
|
|
@ -115,8 +115,8 @@ none at all.
|
||||||
@item :load @var{file}
|
@item :load @var{file}
|
||||||
@kindex load@r{, customization keyword}
|
@kindex load@r{, customization keyword}
|
||||||
Load file @var{file} (a string) before displaying this customization
|
Load file @var{file} (a string) before displaying this customization
|
||||||
item. Loading is done with @code{load-library}, and only if the file is
|
item (@pxref{Loading}). Loading is done with @code{load}, and only if
|
||||||
not already loaded.
|
the file is not already loaded.
|
||||||
|
|
||||||
@item :require @var{feature}
|
@item :require @var{feature}
|
||||||
@kindex require@r{, customization keyword}
|
@kindex require@r{, customization keyword}
|
||||||
|
|
|
||||||
|
|
@ -147,7 +147,8 @@ precisely the file name to load.
|
||||||
|
|
||||||
@deffn Command load-library library
|
@deffn Command load-library library
|
||||||
This command loads the library named @var{library}. It is equivalent to
|
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
|
@end deffn
|
||||||
|
|
||||||
@defvar load-in-progress
|
@defvar load-in-progress
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue