aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
diff options
context:
space:
mode:
authorAlexander Griffith <griffitaj@gmail.com>2017-04-24 21:46:16 -0400
committerJohnson Denen <johnson.denen@gmail.com>2017-04-28 19:57:23 -0400
commitae42703f4beb840e7988c7714c0f5624b2dc0556 (patch)
tree4252a7070abbd4c42761eeb2b286f2cd7f339071 /lisp/mastodon-toot.el
parentbe9f7211d0a4d6167632fac9023522557634c4bb (diff)
made some formating changes
Diffstat (limited to 'lisp/mastodon-toot.el')
-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))))