diff options
| author | Richard M. Stallman | 2004-12-28 12:34:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-12-28 12:34:26 +0000 |
| commit | e20da7ee5ba80bed34f6722085ae6b3f068ea616 (patch) | |
| tree | f5baa633d7bb79db48407793ae73ac64f9ed8beb | |
| parent | 0d808a6319780244f9a8ef8f58ef1070be0c551e (diff) | |
| download | emacs-e20da7ee5ba80bed34f6722085ae6b3f068ea616.tar.gz emacs-e20da7ee5ba80bed34f6722085ae6b3f068ea616.zip | |
(Loading): Fix previous change.
| -rw-r--r-- | lispref/loading.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/loading.texi b/lispref/loading.texi index 221376f017a..61c5b13ca6f 100644 --- a/lispref/loading.texi +++ b/lispref/loading.texi | |||
| @@ -43,7 +43,7 @@ containing Lisp code. | |||
| 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:: to ``unload'' a library that was loaded. | 46 | * Unloading:: How 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 |