diff options
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 5accc58..2371a7c 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -2780,7 +2780,7 @@ when showing followers or accounts followed." (if (mastodon-tl--use-link-header-p) ;; link-header: can't build a URL with --more-json-async, endpoint/id: ;; ensure we have a "next" type here, otherwise the CAR will be the - ;; "prev type!" + ;; "prev" type! (let (link-header (mastodon-tl--link-header)) (if (> 2 (length link-header)) (error "No next page") |