(after-change-major-mode-hook): Further doc fix.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user