aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2024-08-17 10:06:20 +0200
committermarty hiatt <martianhiatus@riseup.net>2024-08-17 10:06:20 +0200
commit6d6ee27951ccf646149fd070707caecb23349125 (patch)
treed4c69fd2fe0636b1f46fec7ac03e1025c74ab5bf /lisp/mastodon-toot.el
parenta1b42fe543fbe952907c5b0a4fae71b2501d7f44 (diff)
parentd5999c7d467982845d53def10368810544dc2fa8 (diff)
Merge branch 'develop' into filters-crud
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r--lisp/mastodon-toot.el2
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.")