diff options
author | marty hiatt <martianhiatus@disroot.org> | 2024-11-02 15:45:37 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@disroot.org> | 2024-11-02 15:45:37 +0100 |
commit | 9eaf125207099ea78ec216b1622244930f14659d (patch) | |
tree | e110f586a3ba0f22542ca0e448475121d0f3f057 | |
parent | b47390993bc5b16c8b671b006f971c8dd3097395 (diff) |
docstring poll done
-rw-r--r-- | lisp/mastodon-transient.el | 2 |
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) |