(after-change-major-mode-hook): Doc fix.
This commit is contained in:
parent
609ee2ff4c
commit
bcd648b07a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue