From 1e6c82a141d6a56a4a51663a428b111aa125fa52 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sat, 25 Sep 2004 02:32:15 +0000 Subject: [PATCH] (delay-mode-hooks): Doc fix. --- lisp/subr.el | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2