]> git.eshelyaron.com Git - emacs.git/commitdiff
(Top): Update Loading submenu.
authorRichard M. Stallman <rms@gnu.org>
Mon, 27 Dec 2004 16:55:55 +0000 (16:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 27 Dec 2004 16:55:55 +0000 (16:55 +0000)
lispref/elisp.texi

index c8672f4d9ce6ffbcfa1826bb1eca5da664670b88..666659d15b3d9ab49f88db60a2623e8e0a3168b8 100644 (file)
@@ -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