diff options
Diffstat (limited to 'doc/lispref/loading.texi')
| -rw-r--r-- | doc/lispref/loading.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index fc1def60207..91dc9a95390 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi | |||
| @@ -40,7 +40,7 @@ For on-demand loading of external libraries, @pxref{Dynamic Libraries}. | |||
| 40 | * Repeated Loading:: Precautions about loading a file twice. | 40 | * Repeated Loading:: Precautions about loading a file twice. |
| 41 | * Named Features:: Loading a library if it isn't already loaded. | 41 | * Named Features:: Loading a library if it isn't already loaded. |
| 42 | * Where Defined:: Finding which file defined a certain symbol. | 42 | * Where Defined:: Finding which file defined a certain symbol. |
| 43 | * Unloading:: How to "unload" a library that was loaded. | 43 | * Unloading:: How to ``unload'' a library that was loaded. |
| 44 | * Hooks for Loading:: Providing code to be run when | 44 | * Hooks for Loading:: Providing code to be run when |
| 45 | particular libraries are loaded. | 45 | particular libraries are loaded. |
| 46 | @end menu | 46 | @end menu |