aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-profile.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2024-03-27 14:52:14 +0100
committermarty hiatt <martianhiatus@riseup.net>2024-03-27 14:52:14 +0100
commit1454c2253d507adf9be1d413172e0b11b853c661 (patch)
tree6c1e17c1483d41e555160c4acb8505ec7b5d4ecb /lisp/mastodon-profile.el
parent7df610ba70be4349db418c901af33fdf126997bb (diff)
docstrings - reduce explicit refs to Mastodon itself.
Diffstat (limited to 'lisp/mastodon-profile.el')
-rw-r--r--lisp/mastodon-profile.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el
index 55041c9..7b5a700 100644
--- a/lisp/mastodon-profile.el
+++ b/lisp/mastodon-profile.el
@@ -131,7 +131,7 @@ is updated on entering mastodon mode and on toggle any setting it
contains")
(define-minor-mode mastodon-profile-update-mode
- "Minor mode to update Mastodon user profile."
+ "Minor mode to update user profile."
:group 'mastodon-profile
:keymap mastodon-profile-update-mode-map
:global nil)
@@ -790,7 +790,7 @@ If the handle does not match a search return then retun NIL."
(elt matching-account 0))))
(defun mastodon-profile--account-from-id (user-id)
- "Request an account object relating to a USER-ID from Mastodon."
+ "Request an account object relating to a USER-ID."
(mastodon-http--get-json
(mastodon-http--api (format "accounts/%s" user-id))))