# HG changeset patch # User Richard M. Stallman # Date 1104237306 0 # Node ID c807fd38480b4312d207df27a670bef57a35405b # Parent a108297939dde3cdfc9fa416c475cd39a6cad46d (Top): Fix previous change. diff -r a108297939dd -r c807fd38480b lispref/elisp.texi --- a/lispref/elisp.texi Tue Dec 28 12:34:26 2004 +0000 +++ b/lispref/elisp.texi Tue Dec 28 12:35:06 2004 +0000 @@ -426,7 +426,7 @@ * 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.