diff options
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 385580e..dfea63d 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -146,7 +146,7 @@ Return value from boosted content if available." (defun mastodon-tl--set-face (string face render) - "Set the face of a string. If `render` is not 'nil + "Set the face of a string. If `render' is not 'nil also render the html" (propertize (with-temp-buffer |