]> code.delx.au - gnu-emacs/commitdiff
* lisp/subr.el (delay-mode-hooks): Fix doc typo.
authorGlenn Morris <rgm@gnu.org>
Tue, 28 Apr 2015 05:59:10 +0000 (22:59 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 28 Apr 2015 05:59:10 +0000 (22:59 -0700)
lisp/subr.el

index 0343edb068cc2a6a7aa4046cca9c7ab312d87ba5..0fec29c14041572a6ef7b9b31cb6885146bd83e4 100644 (file)
@@ -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