# HG changeset patch # User Luc Teirlinck # Date 1096079535 0 # Node ID 3bd3c7450f878dc68c47b0001bebda1024699875 # Parent e1f7178b1f6aa7cff26aa519db8c4ae9124477b2 (delay-mode-hooks): Doc fix. diff -r e1f7178b1f6a -r 3bd3c7450f87 lisp/subr.el --- 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