aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorLuc Teirlinck <[email protected]>2004-09-22 00:13:16 +0000
committerLuc Teirlinck <[email protected]>2004-09-22 00:13:16 +0000
commita0c3bd3ee42becef3bfd98424db02f125f41c4e8 (patch)
tree9abd7d30e9f2cdc4ccbd93a607e28f967966de41 /lisp
parentd45774a39a52ec6177d204bab0c82bda404e9b8b (diff)
(after-change-major-mode-hook): Further doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 468ba2d217..803f3826c1 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.