From d45774a39a52ec6177d204bab0c82bda404e9b8b Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Wed, 22 Sep 2004 00:10:15 +0000 Subject: [PATCH] (after-change-major-mode-hook): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/subr.el | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) 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. -- 2.39.2