diff options
author | marty hiatt <martianhiatus@disroot.org> | 2024-10-29 10:15:36 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@disroot.org> | 2024-10-29 10:15:36 +0100 |
commit | 27e69625d3af99250c8bc943768ab6a770326773 (patch) | |
tree | 1a45e801493157fc3087baa40e62f2ac0b63198a /lisp/mastodon-transient.el | |
parent | ae6c7f34ad9136a73195eab35c8ff366ba593151 (diff) |
flychecks
Diffstat (limited to 'lisp/mastodon-transient.el')
-rw-r--r-- | lisp/mastodon-transient.el | 4 |
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))) |