summaryrefslogtreecommitdiff
path: root/lisp/subr.el
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2004-09-19 01:08:16 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2004-09-19 01:08:16 +0000
commitbcd648b07a73a05c8257e81fc378060b13cd97dc (patch)
tree669031955b22c8eca800e4c8a324a97a587ab111 /lisp/subr.el
parent609ee2ff4cafda1c975628316f03a3840df154b8 (diff)
downloademacs-bcd648b07a73a05c8257e81fc378060b13cd97dc.tar.gz
emacs-bcd648b07a73a05c8257e81fc378060b13cd97dc.tar.bz2
emacs-bcd648b07a73a05c8257e81fc378060b13cd97dc.zip
(after-change-major-mode-hook): Doc fix.
Diffstat (limited to 'lisp/subr.el')
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
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)