aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@disroot.org>2024-11-02 15:45:37 +0100
committermarty hiatt <martianhiatus@disroot.org>2024-11-02 15:45:37 +0100
commit9eaf125207099ea78ec216b1622244930f14659d (patch)
treee110f586a3ba0f22542ca0e448475121d0f3f057
parentb47390993bc5b16c8b671b006f971c8dd3097395 (diff)
docstring poll done
-rw-r--r--lisp/mastodon-transient.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-transient.el b/lisp/mastodon-transient.el
index 6b1296f..3e8ba5f 100644
--- a/lisp/mastodon-transient.el
+++ b/lisp/mastodon-transient.el
@@ -313,7 +313,7 @@ Do not add more than the server's maximum setting."
(transient-reset))
(transient-define-suffix mastodon-create-poll-done (args)
- "Update current user profile fields."
+ "Finish setting poll details."
:transient 'transient--do-exit
(interactive (list (transient-args 'mastodon-create-poll)))
(let* ((options (cl-member-if (lambda (x)