Update comments.

This commit is contained in:
Vincent Zhang 2018-06-15 02:13:56 +08:00
parent 2b87b94af5
commit 29e92d589c

View file

@ -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."