changeset 57186:a76a93daaed3

(after-change-major-mode-hook): Further doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 22 Sep 2004 00:13:16 +0000
parents f5e99ab9a7ca
children c9052d462541
files lisp/subr.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/subr.el	Wed Sep 22 00:10:15 2004 +0000
+++ b/lisp/subr.el	Wed Sep 22 00:13:16 2004 +0000
@@ -1938,7 +1938,7 @@
 (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.