diff options
| -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 |