aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2022-02-18 16:09:43 +0100
committermousebot <mousebot@riseup.net>2022-02-18 16:19:18 +0100
commitab24ffe0ecdf9c9958c2ec527a23d0043babbf2c (patch)
tree028e48e7c0ddd7b444f560a403debe6396b75bfe /lisp
parent58e23171ef8883b08cbf6d33d9c41deaf66f87ff (diff)
profile--add-author-bylines docstring
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon-profile.el3
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 '[]))