aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-10-22 13:00:04 +0200
committermousebot <mousebot@riseup.net>2021-10-22 13:00:04 +0200
commit635bf869e3f87ad182d0288f0947ae4bf842ff4d (patch)
treea03d32548bd88d7ff90ed5668df80aa683d00b61 /lisp/mastodon.el
parent9dbf6e52c5c9f53a5adcf54bf3f9bcdc51c1332c (diff)
flycheck, autoloads, docstrings
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r--lisp/mastodon.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index e1bd2be..387e9eb 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -211,7 +211,8 @@ Use. e.g. \"%c\" for your locale's date and time format."
(defun mastodon-toot (&optional user reply-to-id reply-json)
"Update instance with new toot. Content is captured in a new buffer.
If USER is non-nil, insert after @ symbol to begin new toot.
-If REPLY-TO-ID is non-nil, attach new toot to a conversation."
+If REPLY-TO-ID is non-nil, attach new toot to a conversation.
+If REPLY-JSON is the json of the toot being replied to."
(interactive)
(mastodon-toot--compose-buffer user reply-to-id reply-json))