From: Richard M. Stallman Date: Mon, 27 Dec 2004 16:55:55 +0000 (+0000) Subject: (Top): Update Loading submenu. X-Git-Tag: ttn-vms-21-2-B4~3114 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=858ede52153293678c506bae6580bf6b9aa6066c;p=emacs.git (Top): Update Loading submenu. --- diff --git a/lispref/elisp.texi b/lispref/elisp.texi index c8672f4d9ce..666659d15b3 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi @@ -420,9 +420,15 @@ Macros Loading * How Programs Do Loading:: The @code{load} function and others. +* Library Search:: Finding a library to load. +* Loading Non-ASCII:: Non-@acronym{ASCII} characters in Emacs Lisp files. * Autoload:: Setting up a function to autoload. -* Named Features:: Loading a library if it isn't already loaded. * Repeated Loading:: Precautions about loading a file twice. +* Named Features:: Loading a library if it isn't already loaded. +* Where Defined:: Finding which file defined a certain symbol. +* Unloading:: to ``unload'' a library that was loaded. +* Hooks for Loading:: Providing code to be run when + particular libraries are loaded. Byte Compilation