From: Luc Teirlinck Date: Sun, 19 Sep 2004 01:08:16 +0000 (+0000) Subject: (after-change-major-mode-hook): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~4879 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bcd648b07a73a05c8257e81fc378060b13cd97dc;p=emacs.git (after-change-major-mode-hook): Doc fix. --- 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)