diff options
author | Alexander Griffith <griffitaj@gmail.com> | 2017-04-24 12:16:50 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2017-04-24 23:18:59 -0400 |
commit | d744f45f1f52d3ea0a21376e6b877a0303c7dc95 (patch) | |
tree | 2670503852c599035f546ebf66d609abdb84d4d1 /lisp/mastodon-tl.el | |
parent | 6cd700b2c73f1302abd7ac65504a78250985f8a7 (diff) |
Fix #41 cleaned up fork
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 |