Mercurial > emacs
diff lisp/subr.el @ 57186:a76a93daaed3
(after-change-major-mode-hook): Further doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Wed, 22 Sep 2004 00:13:16 +0000 |
parents | 6746650a3a84 |
children | 3bd3c7450f87 c06211125947 |
line wrap: on
line diff
--- a/lisp/subr.el Wed Sep 22 00:10:15 2004 +0000 +++ b/lisp/subr.el Wed Sep 22 00:13:16 2004 +0000 @@ -1938,7 +1938,7 @@ (put 'delay-mode-hooks 'permanent-local t) (defvar after-change-major-mode-hook nil - "Mode independent hook run at the very end of major mode functions.") + "Normal 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.