Mercurial > emacs
diff lisp/subr.el @ 57215:3bd3c7450f87
(delay-mode-hooks): Doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 25 Sep 2004 02:32:15 +0000 |
parents | a76a93daaed3 |
children | 78290fa43da5 b85b19b8eb65 0b158db81c28 |
line wrap: on
line diff
--- a/lisp/subr.el Sat Sep 25 02:21:51 2004 +0000 +++ b/lisp/subr.el Sat Sep 25 02:32:15 2004 +0000 @@ -1958,6 +1958,8 @@ (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