diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-01-16 18:26:32 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-01-16 18:26:32 +0000 |
commit | 557be0363496d5ab9aa546da9b409e6b90ecab6a (patch) | |
tree | 8fe04bab3ce7a7e9a28699c68bf8c5b8610a7bc6 /lisp/loadhist.el | |
parent | a53692379f6caed5e6d1686a1933914751dd64fe (diff) | |
download | emacs-557be0363496d5ab9aa546da9b409e6b90ecab6a.tar.gz |
Comment change.
Diffstat (limited to 'lisp/loadhist.el')
-rw-r--r-- | lisp/loadhist.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/loadhist.el b/lisp/loadhist.el index cbeaaa62600..733129fc74f 100644 --- a/lisp/loadhist.el +++ b/lisp/loadhist.el @@ -137,8 +137,8 @@ is nil, raise an error." ;; 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 |