diff options
| author | Richard M. Stallman | 2004-12-28 12:35:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-12-28 12:35:06 +0000 |
| commit | f7e282851443c2f46391a347bbe8d5add1f2879f (patch) | |
| tree | 0714a6897d13ca2ee65f266b3f4932a5cbbff074 | |
| parent | e20da7ee5ba80bed34f6722085ae6b3f068ea616 (diff) | |
| download | emacs-f7e282851443c2f46391a347bbe8d5add1f2879f.tar.gz emacs-f7e282851443c2f46391a347bbe8d5add1f2879f.zip | |
(Top): Fix previous change.
| -rw-r--r-- | lispref/elisp.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/elisp.texi b/lispref/elisp.texi index 666659d15b3..fa84a0a93fb 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi | |||
| @@ -426,7 +426,7 @@ Loading | |||
| 426 | * Repeated Loading:: Precautions about loading a file twice. | 426 | * Repeated Loading:: Precautions about loading a file twice. |
| 427 | * Named Features:: Loading a library if it isn't already loaded. | 427 | * Named Features:: Loading a library if it isn't already loaded. |
| 428 | * Where Defined:: Finding which file defined a certain symbol. | 428 | * Where Defined:: Finding which file defined a certain symbol. |
| 429 | * Unloading:: to ``unload'' a library that was loaded. | 429 | * Unloading:: How to ``unload'' a library that was loaded. |
| 430 | * Hooks for Loading:: Providing code to be run when | 430 | * Hooks for Loading:: Providing code to be run when |
| 431 | particular libraries are loaded. | 431 | particular libraries are loaded. |
| 432 | 432 | ||