aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-toot.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2024-07-03 13:40:01 +0200
committermarty hiatt <martianhiatus@riseup.net>2024-07-03 13:40:01 +0200
commitf43ecd6bad329bd16b76d1b6962ef4b3715f362c (patch)
tree044dde130a78922f98185e2cf7b440e86eb81ab7 /lisp/mastodon-toot.el
parent41404473ea8a12f4ef5cbb5b6356e6c0a6e9be9a (diff)
docstring
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r--lisp/mastodon-toot.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 18bedab..408a783 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -281,7 +281,7 @@ data about the item boosted or favourited."
(defmacro mastodon-tl--with-toot-item (&rest body)
"Execute BODY if we have a toot object at point.
Includes boosts, and notifications that display toots.
-This macro makes the id local variable available."
+This macro makes the local variable ID available."
(declare (debug t))
`(if (not (equal 'toot (mastodon-tl--property 'item-type :no-move)))
(user-error "Looks like there's no toot at point?")