Skip to content

Commit

Permalink
Silence the compiler
Browse files Browse the repository at this point in the history
* doom-modeline-core.el (doom-modeline-buffer-modified): Escape
quotes in the docstring.
(doom-modeline-panel): Reword the docstring slightly to be less
than 80 characters wide.
  • Loading branch information
dr-scsi authored and seagle0128 committed Jun 22, 2022
1 parent 626adbc commit 87d7667
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doom-modeline-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ It requires `circe' or `erc' package."

(defface doom-modeline-buffer-modified
'((t (:inherit (error bold) :background nil)))
"Face used for the 'unsaved' symbol in the mode-line."
"Face used for the \\='unsaved\\=' symbol in the mode-line."
:group 'doom-modeline-faces)

(defface doom-modeline-buffer-major-mode
Expand Down Expand Up @@ -634,7 +634,8 @@ It requires `circe' or `erc' package."

(defface doom-modeline-panel
'((t (:inherit doom-modeline-highlight)))
"Face for 'X out of Y' segments, such as `anzu', `evil-substitute' and`iedit', etc."
"Face for \\='X out of Y\\=' segments.
This applies to `anzu', `evil-substitute', `iedit' etc."
:group 'doom-modeline-faces)

(defface doom-modeline-host
Expand Down

0 comments on commit 87d7667

Please sign in to comment.