emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 9eca163: * lisp/subr.el (delay-mode-hooks): Fix doc


From: Glenn Morris
Subject: [Emacs-diffs] master 9eca163: * lisp/subr.el (delay-mode-hooks): Fix doc typo.
Date: Tue, 28 Apr 2015 05:59:23 +0000

branch: master
commit 9eca163f170ad2633bd8656d8a649f4144b56a1b
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/subr.el (delay-mode-hooks): Fix doc typo.
---
 lisp/subr.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/subr.el b/lisp/subr.el
index 0343edb..0fec29c 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]