diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-08-13 09:32:34 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-08-13 09:32:34 +0200 |
commit | 7eb3e40bab8282b9f20522e466f02d505dca8200 (patch) | |
tree | 34feb462f1407138b71e9643c3b838849668b025 /lisp/mastodon-toot.el | |
parent | 7c73068dd2400ceae3f789571a781c41561c3b44 (diff) |
intent toot.el
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r-- | lisp/mastodon-toot.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 7c5472b..5f4116f 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -225,7 +225,7 @@ Takes its form from `window-configuration-to-register'.") "The text of the toot being composed.") (persist-defvar mastodon-toot-draft-toots-list nil - "A list of toots that have been saved as drafts. + "A list of toots that have been saved as drafts. For the moment we just put all composed toots in here, as we want to also capture toots that are \"sent\" but that don't successfully send.") |