diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-25 00:52:19 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2017-04-25 00:54:51 -0400 |
commit | b18b37b6807875ff1b84afa85d82be819342e7d6 (patch) | |
tree | 408d7af0185712fa0de476580f0c12865db1de2c /lisp/mastodon-toot.el | |
parent | 0c956550adc39242752876e0f829b4440d723bf1 (diff) |
Fix DOCSTRING reference
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 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." |