From 9eca163f170ad2633bd8656d8a649f4144b56a1b Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 27 Apr 2015 22:59:10 -0700 Subject: [PATCH] * lisp/subr.el (delay-mode-hooks): Fix doc typo. --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2