diff lisp/loadhist.el @ 53599:aa04e56e2a40

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 16 Jan 2004 18:25:33 +0000
parents 6c7cae7ce71a
children 2e361a295c26
line wrap: on
line diff
--- a/lisp/loadhist.el	Fri Jan 16 18:23:37 2004 +0000
+++ b/lisp/loadhist.el	Fri Jan 16 18:25:33 2004 +0000
@@ -137,8 +137,8 @@
     ;; Try to avoid losing badly when hooks installed in critical
     ;; places go away.  (Some packages install things on
     ;; `kill-buffer-hook', `activate-menubar-hook' and the like.)
-    ;; First off, provide a clean way for package `foo' to arrange
-    ;; this by defining `foo-unload-hook'.
+    ;; First off, provide a clean way for package FOO to arrange
+    ;; this by adding hooks on the variable `FOO-unload-hook'.
     (if unload-hook
         (run-hooks unload-hook)
       ;; Otherwise, do our best.  Look through the obarray for symbols