From: Luc Teirlinck Date: Wed, 22 Sep 2004 00:10:15 +0000 (+0000) Subject: (after-change-major-mode-hook): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~4846 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d45774a39a52ec6177d204bab0c82bda404e9b8b;p=emacs.git (after-change-major-mode-hook): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8263604548b..62be8c7b55a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-09-21 Luc Teirlinck + + * subr.el (after-change-major-mode-hook): Doc fix. + 2004-09-21 Kenichi Handa * descr-text.el (describe-char): Checking of quail activation diff --git a/lisp/subr.el b/lisp/subr.el index cb8f76bc070..468ba2d2179 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1938,8 +1938,7 @@ in BODY." (put 'delay-mode-hooks 'permanent-local t) (defvar after-change-major-mode-hook nil - "Mode independent hook run at the end of major mode functions. -This is run just before the mode dependent hooks.") + "Mode independent hook run at the very end of major mode functions.") (defun run-mode-hooks (&rest hooks) "Run mode hooks `delayed-mode-hooks' and HOOKS, or delay HOOKS.