diff options
| -rw-r--r-- | lisp/subr.el | 2 |
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'. |
| 1735 | These hooks will be executed by the first following call to | 1735 | These 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. |
| 1737 | Only affects hooks run in the current buffer." | 1737 | Only affects hooks run in the current buffer." |
| 1738 | (declare (debug t) (indent 0)) | 1738 | (declare (debug t) (indent 0)) |
| 1739 | `(progn | 1739 | `(progn |