aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2015-04-27 22:59:10 -0700
committerGlenn Morris2015-04-27 22:59:10 -0700
commit9eca163f170ad2633bd8656d8a649f4144b56a1b (patch)
tree76853b3b327fffbe80e282755140f3f2b3267ae6
parent704ce9aeb61a85d9a5e29e2fad9067c51fca095f (diff)
downloademacs-9eca163f170ad2633bd8656d8a649f4144b56a1b.tar.gz
emacs-9eca163f170ad2633bd8656d8a649f4144b56a1b.zip
* lisp/subr.el (delay-mode-hooks): Fix doc typo.
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
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."
1733(defmacro delay-mode-hooks (&rest body) 1733(defmacro delay-mode-hooks (&rest body)
1734 "Execute BODY, but delay any `run-mode-hooks'. 1734 "Execute BODY, but delay any `run-mode-hooks'.
1735These hooks will be executed by the first following call to 1735These hooks will be executed by the first following call to
1736`run-mode-hooks' that occurs outside any `delayed-mode-hooks' form. 1736`run-mode-hooks' that occurs outside any `delay-mode-hooks' form.
1737Only affects hooks run in the current buffer." 1737Only affects hooks run in the current buffer."
1738 (declare (debug t) (indent 0)) 1738 (declare (debug t) (indent 0))
1739 `(progn 1739 `(progn