diff options
author | mousebot <mousebot@riseup.net> | 2021-05-16 14:43:34 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-05-16 14:43:34 +0200 |
commit | a34f569583ead91893468c4080502b1a89d23988 (patch) | |
tree | b84b2f0782a5ac2a14e67f39acaaca746f098a3a /lisp/mastodon-profile.el | |
parent | e1269b9fbf87013a9909cfced340fa47f43dc33a (diff) |
clean-up edits after flycheck/bytecompile.
Diffstat (limited to 'lisp/mastodon-profile.el')
-rw-r--r-- | lisp/mastodon-profile.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index 11ad02e..f14b469 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -109,7 +109,7 @@ following the current profile." (mastodon-http--get-json url))) (defun mastodon-profile--fields-get (account) - "Fetch the fields vector (a.k.a profile metadata) from a profile. + "Fetch the fields vector (aka profile metadata) from profile of ACCOUNT. Returns a list of lists." (let ((fields (mastodon-profile--account-field account 'fields))) @@ -249,7 +249,7 @@ If toot is a boost, opens the profile of the booster." (mastodon-media--get-media-link-rendering url)))) (defun mastodon-profile--show-user (user-handle) - "Query user for user id from current status and show that user's profile." + "Query user for USER-HANDLE from current status and show that user's profile." (interactive (list (let ((user-handles (mastodon-profile--extract-users-handles |