diff options
-rw-r--r-- | lisp/mastodon-profile.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index 7a68e26..57fa080 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -429,8 +429,7 @@ FIELD is used to identify regions under 'account" (defun mastodon-profile--add-author-bylines (tootv) "Convert TOOTV into a author-bylines and insert. Also insert their profile note. -Used to view a user's followers and those they're following, as -well as the list of suggested followers and for search results." +Used to view a user's followers and those they're following." ;;FIXME change the name of this fun now that we've edited what it does! (let ((inhibit-read-only t)) (when (not (equal tootv '[])) |