1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* lisp/subr.el (delay-mode-hooks): Fix doc typo.

This commit is contained in:
Glenn Morris 2015-04-27 22:59:10 -07:00
parent 704ce9aeb6
commit 9eca163f17

View file

@ -1733,7 +1733,7 @@ this instead of `run-hooks' when running their FOO-mode-hook."
(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.
`run-mode-hooks' that occurs outside any `delay-mode-hooks' form.
Only affects hooks run in the current buffer."
(declare (debug t) (indent 0))
`(progn