From bcd648b07a73a05c8257e81fc378060b13cd97dc Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sun, 19 Sep 2004 01:08:16 +0000 Subject: [PATCH] (after-change-major-mode-hook): Doc fix. --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index 9db8b6c1b11..327d6386fcb 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1938,7 +1938,7 @@ in BODY." (put 'delay-mode-hooks 'permanent-local t) (defvar after-change-major-mode-hook nil - "Mode independent hook run after changing major modes. + "Mode independent hook run at the end of major mode functions. This is run just before the mode dependent hooks.") (defun run-mode-hooks (&rest hooks) -- 2.39.2