From: Richard M. Stallman Date: Tue, 28 Dec 2004 12:35:06 +0000 (+0000) Subject: (Top): Fix previous change. X-Git-Tag: ttn-vms-21-2-B4~3089 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f7e282851443c2f46391a347bbe8d5add1f2879f;p=emacs.git (Top): Fix previous change. --- 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 * 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.