diff options
-rw-r--r-- | lisp/mastodon-toot.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 6e70f8b..09fd264 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -162,8 +162,7 @@ Set `mastodon-toot--content-warning' to nil." "=================================================================\n" "Compose a new toot here. The following keybindings are available:" (mastodon-toot--format-kbinds kbinds) - "\n=================================================================\n" - "Toot Text:\n\n"))) + "\n=================================================================\n\n"))) (defun mastodon-toot--display-docs () "Display documentation about mastodon-toot mode." @@ -187,8 +186,7 @@ If REPLY-TO-ID is provided, set the MASTODON-TOOT--REPLY-TO-ID var." (switch-to-buffer-other-window buffer) (mastodon-toot--display-docs) (mastodon-toot--setup-as-reply reply-to-user reply-to-id) - (mastodon-toot-mode t) - )) + (mastodon-toot-mode t))) (defvar mastodon-toot-mode-map (let ((map (make-sparse-keymap))) |