1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-24 08:51:10 -08:00

(Loading): Fix previous change.

This commit is contained in:
Richard M. Stallman 2004-12-28 12:34:26 +00:00
parent 0d808a6319
commit e20da7ee5b

View file

@ -43,7 +43,7 @@ containing Lisp code.
* Repeated Loading:: Precautions about loading a file twice.
* Named Features:: Loading a library if it isn't already loaded.
* Where Defined:: Finding which file defined a certain symbol.
* Unloading:: to ``unload'' a library that was loaded.
* Unloading:: How to ``unload'' a library that was loaded.
* Hooks for Loading:: Providing code to be run when
particular libraries are loaded.
@end menu