Mercurial > emacs
changeset 57215:3bd3c7450f87
(delay-mode-hooks): Doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 25 Sep 2004 02:32:15 +0000 |
parents | e1f7178b1f6a |
children | 017a3967e7a1 |
files | lisp/subr.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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