]> code.delx.au - gnu-emacs/commitdiff
(after-change-major-mode-hook): Doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 19 Sep 2004 01:08:16 +0000 (01:08 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 19 Sep 2004 01:08:16 +0000 (01:08 +0000)
lisp/subr.el

index 9db8b6c1b11fcd35874412394350409330d8b378..327d6386fcb072b83eaa5ffd327b51c70ae8de31 100644 (file)
@@ -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)