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:
parent
704ce9aeb6
commit
9eca163f17
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue