aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorLuc Teirlinck2004-09-25 02:32:15 +0000
committerLuc Teirlinck2004-09-25 02:32:15 +0000
commit1e6c82a141d6a56a4a51663a428b111aa125fa52 (patch)
treefa00bb2f7757092afd7b4631931126d743ad7cf8 /lisp
parenta3ee0299ed17ade533b0b668fd274fff48811c5d (diff)
downloademacs-1e6c82a141d6a56a4a51663a428b111aa125fa52.tar.gz
emacs-1e6c82a141d6a56a4a51663a428b111aa125fa52.zip
(delay-mode-hooks): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/subr.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 803f3826c12..0a01c8982c3 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -1958,6 +1958,8 @@ Major mode functions should use this."
1958 1958
1959(defmacro delay-mode-hooks (&rest body) 1959(defmacro delay-mode-hooks (&rest body)
1960 "Execute BODY, but delay any `run-mode-hooks'. 1960 "Execute BODY, but delay any `run-mode-hooks'.
1961These hooks will be executed by the first following call to
1962`run-mode-hooks' that occurs outside any `delayed-mode-hooks' form.
1961Only affects hooks run in the current buffer." 1963Only affects hooks run in the current buffer."
1962 (declare (debug t)) 1964 (declare (debug t))
1963 `(progn 1965 `(progn