aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-profile.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-01-28 13:43:08 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-01-28 13:43:08 +0100
commit3f98af1a063da1aa863530b266a69fc1361a7b88 (patch)
tree4d3a4a90720c43b1af6a4c445fa35145a85a877f /lisp/mastodon-profile.el
parentad9f5a1cfd5332447d67012411790371b31f7c0b (diff)
docstrings/flychecks
Diffstat (limited to 'lisp/mastodon-profile.el')
-rw-r--r--lisp/mastodon-profile.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el
index ac9feba..b15b4bb 100644
--- a/lisp/mastodon-profile.el
+++ b/lisp/mastodon-profile.el
@@ -363,7 +363,7 @@ Ask for confirmation if length > 500 characters."
(mastodon-profile--user-profile-send-updated-do url note))))
(defun mastodon-profile--user-profile-send-updated-do (url note)
- "Send PATCH request with the updated profile note."
+ "Send PATCH request with the updated profile NOTE to URL."
(let ((response (mastodon-http--patch url `(("note" . ,note)))))
(mastodon-http--triage response
(lambda () (message "Profile note updated!")))))