diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-12-27 16:58:58 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-12-27 16:58:58 +0000 |
commit | ccd35a78c2dc612fb045f050ade23bb6364f4dd5 (patch) | |
tree | c3c4568034a126154d39fa08035ad53cabcc63a9 /lispref/loading.texi | |
parent | 4ac594cd846d2750ac85d0f7edff775d5f5a363d (diff) | |
download | emacs-ccd35a78c2dc612fb045f050ade23bb6364f4dd5.tar.gz |
Realign menu.
Diffstat (limited to 'lispref/loading.texi')
-rw-r--r-- | lispref/loading.texi | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lispref/loading.texi b/lispref/loading.texi index 183e706ddb4..221376f017a 100644 --- a/lispref/loading.texi +++ b/lispref/loading.texi @@ -36,16 +36,16 @@ Similarly, a ``Lisp library directory'' is a directory of files 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 |