diff options
| author | Richard M. Stallman | 2004-12-27 16:58:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-12-27 16:58:58 +0000 |
| commit | ccd35a78c2dc612fb045f050ade23bb6364f4dd5 (patch) | |
| tree | c3c4568034a126154d39fa08035ad53cabcc63a9 | |
| parent | 4ac594cd846d2750ac85d0f7edff775d5f5a363d (diff) | |
| download | emacs-ccd35a78c2dc612fb045f050ade23bb6364f4dd5.tar.gz emacs-ccd35a78c2dc612fb045f050ade23bb6364f4dd5.zip | |
Realign menu.
| -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 | |||
| 36 | containing Lisp code. | 36 | containing Lisp code. |
| 37 | 37 | ||
| 38 | @menu | 38 | @menu |
| 39 | * How Programs Do Loading:: The @code{load} function and others. | 39 | * How Programs Do Loading:: The @code{load} function and others. |
| 40 | * Library Search:: Finding a library to load. | 40 | * Library Search:: Finding a library to load. |
| 41 | * Loading Non-ASCII:: Non-@acronym{ASCII} characters in Emacs Lisp files. | 41 | * Loading Non-ASCII:: Non-@acronym{ASCII} characters in Emacs Lisp files. |
| 42 | * Autoload:: Setting up a function to autoload. | 42 | * Autoload:: Setting up a function to autoload. |
| 43 | * Repeated Loading:: Precautions about loading a file twice. | 43 | * Repeated Loading:: Precautions about loading a file twice. |
| 44 | * Named Features:: Loading a library if it isn't already loaded. | 44 | * Named Features:: Loading a library if it isn't already loaded. |
| 45 | * Where Defined:: Finding which file defined a certain symbol. | 45 | * Where Defined:: Finding which file defined a certain symbol. |
| 46 | * Unloading:: How to ``unload'' a library that was loaded. | 46 | * Unloading:: to ``unload'' a library that was loaded. |
| 47 | * Hooks for Loading:: Providing code to be run when | 47 | * Hooks for Loading:: Providing code to be run when |
| 48 | particular libraries are loaded. | 48 | particular libraries are loaded. |
| 49 | @end menu | 49 | @end menu |
| 50 | 50 | ||
| 51 | @node How Programs Do Loading | 51 | @node How Programs Do Loading |