]> git.eshelyaron.com Git - emacs.git/commitdiff
(after-change-major-mode-hook): Doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Wed, 22 Sep 2004 00:10:15 +0000 (00:10 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Wed, 22 Sep 2004 00:10:15 +0000 (00:10 +0000)
lisp/ChangeLog
lisp/subr.el

index 8263604548b0071df2ac1c87ddb461fbce2884a0..62be8c7b55aaedcb63cf9918b4f10c9abaf5f20e 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * subr.el (after-change-major-mode-hook): Doc fix.
+
 2004-09-21  Kenichi Handa  <handa@m17n.org>
 
        * descr-text.el (describe-char): Checking of quail activation
index cb8f76bc070eaca4490546267310684a8569e092..468ba2d21790d07e493d92d88e3a63bc043f0000 100644 (file)
@@ -1938,8 +1938,7 @@ in BODY."
 (put 'delay-mode-hooks 'permanent-local t)
 
 (defvar after-change-major-mode-hook nil
-  "Mode independent hook run at the end of major mode functions.
-This is run just before the mode dependent hooks.")
+  "Mode independent 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.