aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-08-27 14:57:14 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-08-27 14:57:14 +0200
commitfcebc0d1b358ebf64dee5251ac386dd99b1da716 (patch)
treed1fe2225494cfe14ba3505c45115148866adfded /lisp/mastodon-toot.el
parentb54fc1b6d405024c2b5c6019e60ee7ed0744b66c (diff)
fix quotation marks in 2 docstrings
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 14b9d68..abd3340 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -222,7 +222,7 @@ Takes its form from `window-configuration-to-register'.")
(persist-defvar mastodon-toot-draft-toots-list nil
"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
+to also capture toots that are \"sent\" but that don't successfully
send.")