From a7e87d827c0fde9cda67325446236834cc2f411f Mon Sep 17 00:00:00 2001 From: Alexander Griffith Date: Mon, 24 Apr 2017 21:46:16 -0400 Subject: made some formating changes --- lisp/mastodon-toot.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 8197ba5..79c5a2d 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -116,9 +116,9 @@ Set `mastodon-toot--content-warning' to nil." (message (format "Favourited #%s" id)))) (defun mastodon-toot--unfavourite () - "Favourite toot at `point'." + "Unfavourite toot at `point'." (interactive) - (let ((callback (lambda () ( mastodon-toot--action-success-undo "F"))) + (let ((callback (lambda () (mastodon-toot--action-success-undo "F"))) (id (mastodon-tl--property 'toot-id))) (mastodon-toot--action "unfavourite" callback) (message (format "unfavourited #%s" id)))) -- cgit v1.2.3