Mercurial > emacs
changeset 53599:aa04e56e2a40
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 16 Jan 2004 18:25:33 +0000 |
parents | c66875fbc45d |
children | e58e5e015c4b |
files | lisp/loadhist.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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