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

index 468ba2d21790d07e493d92d88e3a63bc043f0000..803f3826c127a028299f06a4e4be1676de69052c 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 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.