aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2024-08-01 19:38:34 +0200
committermarty hiatt <martianhiatus@riseup.net>2024-08-01 19:38:34 +0200
commite66ce7b6fb55a5f78a840ca4c00aa9773bbc9e4f (patch)
tree8f21acf2b0bcb034f280d4a1be6688edeaeae14c /lisp/mastodon-toot.el
parent8d6983667d51f6aec7a024bb0e2f3dd3fdddb7f4 (diff)
folding comments / action docstring
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r--lisp/mastodon-toot.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 0324c32..1269516 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -376,7 +376,7 @@ JSON is added to the string as its item-json."
(mastodon-tl--goto-next-item)))))
(defun mastodon-toot--action (action callback)
- "Take ACTION on toot at point, then execute CALLBACK.
+ "Take ACTION, a string, on toot at point, then execute CALLBACK.
Makes a POST request to the server. Used for favouriting,
boosting, or bookmarking toots."
(let* ((id (mastodon-tl--property 'base-item-id))