From: Glenn Morris Date: Tue, 28 Apr 2015 05:59:10 +0000 (-0700) Subject: * lisp/subr.el (delay-mode-hooks): Fix doc typo. X-Git-Tag: emacs-25.0.90~2272 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9eca163f170ad2633bd8656d8a649f4144b56a1b;p=emacs.git * lisp/subr.el (delay-mode-hooks): Fix doc typo. --- diff --git a/lisp/subr.el b/lisp/subr.el index 0343edb068c..0fec29c1404 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1733,7 +1733,7 @@ this instead of `run-hooks' when running their FOO-mode-hook." (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. +`run-mode-hooks' that occurs outside any `delay-mode-hooks' form. Only affects hooks run in the current buffer." (declare (debug t) (indent 0)) `(progn