diff options
-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 b8ad13c..166f95b 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -56,7 +56,7 @@ (mastodon-http--triage response callback)))) (defun mastodon-toot--kill () - "Kill `toot-mode' buffer and window. + "Kill `mastodon-toot-mode' buffer and window. Set `mastodon-toot--reply-to-id' to nil. Set `mastodon-toot--content-warning' to nil." |