]> git.eshelyaron.com Git - emacs.git/commitdiff
(delay-mode-hooks): Doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Sat, 25 Sep 2004 02:32:15 +0000 (02:32 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sat, 25 Sep 2004 02:32:15 +0000 (02:32 +0000)
lisp/subr.el

index 803f3826c127a028299f06a4e4be1676de69052c..0a01c8982c34bd64404b801f6c3cc13a5a809560 100644 (file)
@@ -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