diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-16 11:24:22 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-16 11:24:22 +0100 |
commit | 199b3935a6364e76258974545108feb77e47f571 (patch) | |
tree | 4ea88ea8639764ecb498f991e3b25b5284d75d3a /lisp/mastodon.el | |
parent | c3e1c3403f8a308894f5c335b4a060def85b4d4d (diff) |
docstrings and comments
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r-- | lisp/mastodon.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el index 11741e1..c57cc56 100644 --- a/lisp/mastodon.el +++ b/lisp/mastodon.el @@ -213,7 +213,7 @@ Use. e.g. \"%c\" for your locale's date and time format." (defface mastodon-handle-face '((t :inherit default)) - "Face used for user display names.") + "Face used for user handles in bylines.") (defface mastodon-display-name-face '((t :inherit warning)) |