diff options
| author | Luc Teirlinck | 2004-09-25 02:32:15 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-09-25 02:32:15 +0000 |
| commit | 1e6c82a141d6a56a4a51663a428b111aa125fa52 (patch) | |
| tree | fa00bb2f7757092afd7b4631931126d743ad7cf8 /lisp | |
| parent | a3ee0299ed17ade533b0b668fd274fff48811c5d (diff) | |
| download | emacs-1e6c82a141d6a56a4a51663a428b111aa125fa52.tar.gz emacs-1e6c82a141d6a56a4a51663a428b111aa125fa52.zip | |
(delay-mode-hooks): Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/subr.el | 2 |
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'. |
| 1961 | These hooks will be executed by the first following call to | ||
| 1962 | `run-mode-hooks' that occurs outside any `delayed-mode-hooks' form. | ||
| 1961 | Only affects hooks run in the current buffer." | 1963 | Only affects hooks run in the current buffer." |
| 1962 | (declare (debug t)) | 1964 | (declare (debug t)) |
| 1963 | `(progn | 1965 | `(progn |