From: Luc Teirlinck Date: Sat, 25 Sep 2004 02:32:15 +0000 (+0000) Subject: (delay-mode-hooks): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~4818 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1e6c82a141d6a56a4a51663a428b111aa125fa52;p=emacs.git (delay-mode-hooks): Doc fix. --- diff --git a/lisp/subr.el b/lisp/subr.el index 803f3826c12..0a01c8982c3 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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