mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Update comments.
This commit is contained in:
parent
2b87b94af5
commit
29e92d589c
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
||||||
(defvar doom-modeline--transient-counter 0))
|
(defvar doom-modeline--transient-counter 0))
|
||||||
|
|
||||||
(defmacro doom-modeline-add-transient-hook! (hook &rest forms)
|
(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).
|
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,
|
These forms will be evaluated once when that function/hook is first invoked,
|
||||||
then it detaches itself."
|
then it detaches itself."
|
||||||
|
|
Loading…
Reference in a new issue