aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-transient.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@disroot.org>2024-10-29 10:15:36 +0100
committermarty hiatt <martianhiatus@disroot.org>2024-10-29 10:15:36 +0100
commit27e69625d3af99250c8bc943768ab6a770326773 (patch)
tree1a45e801493157fc3087baa40e62f2ac0b63198a /lisp/mastodon-transient.el
parentae6c7f34ad9136a73195eab35c8ff366ba593151 (diff)
flychecks
Diffstat (limited to 'lisp/mastodon-transient.el')
-rw-r--r--lisp/mastodon-transient.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/mastodon-transient.el b/lisp/mastodon-transient.el
index 00d9acf..bbfbfc9 100644
--- a/lisp/mastodon-transient.el
+++ b/lisp/mastodon-transient.el
@@ -234,7 +234,9 @@ the format fields.X.keyname."
(mastodon-toot--fetch-max-poll-option-chars instance)))
(transient-define-suffix mastodon-transient--choice-add ()
- "docstring"
+ "Add another poll choice if possible.
+Do not add more than 9 choices.
+Do not add more than the server's maximum setting."
(interactive)
:transient 'transient--do-stay
(let* ((args (transient-args (oref transient-current-prefix command)))