mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Fix comments.
This commit is contained in:
parent
ff3bd48b34
commit
28f91fd925
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ active.")
|
|||
(defmacro doom-modeline-def-modeline (name lhs &optional rhs)
|
||||
"Defines a modeline format and byte-compiles it.
|
||||
|
||||
AME is a symbol to identify it (used by `doom-modeline' for retrieval).
|
||||
NAME is a symbol to identify it (used by `doom-modeline' for retrieval).
|
||||
LHS and RHS are lists of symbols of modeline segments defined with
|
||||
`doom-modeline-def-segment'.
|
||||
Example:
|
||||
|
|
Loading…
Reference in a new issue