diff options
author | Johnson Denen <johnson.denen@gmail.com> | 2017-04-23 23:07:39 -0400 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2017-04-23 23:07:39 -0400 |
commit | 0185eefe088f32fe152dcee4959f86785a96ba39 (patch) | |
tree | f471113694d7145f87a5416e2bf32c2503302351 /lisp/mastodon-toot.el | |
parent | 074c525d7b125922df6d47246df8645916dedbc9 (diff) |
Make tweaks per checkdoc feedback
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 aa3cfeb..3e865b3 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -104,7 +104,7 @@ (define-key map (kbd "C-c C-c") #'mastodon-toot--send) (define-key map (kbd "C-c C-k") #'mastodon-toot--cancel) map) - "Keymap for `mastodon-toot-mode'.") + "Keymap for `mastodon-toot'.") (define-minor-mode mastodon-toot-mode "Minor mode to capture Mastodon toots." |