diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-09-22 00:13:16 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-09-22 00:13:16 +0000 |
commit | a0c3bd3ee42becef3bfd98424db02f125f41c4e8 (patch) | |
tree | 9abd7d30e9f2cdc4ccbd93a607e28f967966de41 /lisp/subr.el | |
parent | d45774a39a52ec6177d204bab0c82bda404e9b8b (diff) | |
download | emacs-a0c3bd3ee42becef3bfd98424db02f125f41c4e8.tar.gz |
(after-change-major-mode-hook): Further doc fix.
Diffstat (limited to 'lisp/subr.el')
-rw-r--r-- | lisp/subr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index 468ba2d2179..803f3826c12 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 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. |