From 29e92d589cdc39c900a5d07743a48b760e3d5517 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Fri, 15 Jun 2018 02:13:56 +0800 Subject: [PATCH] Update comments. --- doom-modeline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom-modeline.el b/doom-modeline.el index 48f6219..da6e797 100644 --- a/doom-modeline.el +++ b/doom-modeline.el @@ -73,7 +73,7 @@ (defvar doom-modeline--transient-counter 0)) (defmacro doom-modeline-add-transient-hook! (hook &rest forms) - "Attaches transient forms to a HOOK. + "Attache transient FORMS to a HOOK. HOOK can be a quoted hook or a sharp-quoted function (which will be advised). These forms will be evaluated once when that function/hook is first invoked, then it detaches itself."