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:
parent
a3ee0299ed
commit
1e6c82a141
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user