aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/mastodon-toot.el4
1 files 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))))