1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-04 12:21:46 -07:00

(after-change-major-mode-hook): Doc fix.

This commit is contained in:
Luc Teirlinck 2004-09-22 00:10:15 +00:00
parent b881982543
commit d45774a39a
2 changed files with 5 additions and 2 deletions

View 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

View 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.