1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00

(delay-mode-hooks): Doc fix.

This commit is contained in:
Luc Teirlinck 2004-09-25 02:32:15 +00:00
parent a3ee0299ed
commit 1e6c82a141

View File

@ -1958,6 +1958,8 @@ Major mode functions should use this."
(defmacro delay-mode-hooks (&rest body)
"Execute BODY, but delay any `run-mode-hooks'.
These hooks will be executed by the first following call to
`run-mode-hooks' that occurs outside any `delayed-mode-hooks' form.
Only affects hooks run in the current buffer."
(declare (debug t))
`(progn