changeset 59139:e95aeb133905

Realign menu.
author Richard M. Stallman <rms@gnu.org>
date Mon, 27 Dec 2004 16:58:58 +0000
parents 2602d3e5fec0
children 13368da050f1
files lispref/loading.texi
diffstat 1 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/loading.texi	Mon Dec 27 16:58:07 2004 +0000
+++ b/lispref/loading.texi	Mon Dec 27 16:58:58 2004 +0000
@@ -36,16 +36,16 @@
 containing Lisp code.
 
 @menu
-* 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.
-* 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::			How to ``unload'' a library that was loaded.
-* Hooks for Loading::		Providing code to be run when
-				  particular libraries are loaded.
+* 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.
+* 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.
 @end menu
 
 @node How Programs Do Loading