aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-07-06 18:57:53 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-07-06 18:57:53 +0200
commit04088be6b1be835132c1ae69d65ef45a13193121 (patch)
tree0b3a56421382c5bf95335c908abe6f0f9a303cc7 /lisp/mastodon-tl.el
parentad00253d714a128e95faa9baebfb5322c3fcc378 (diff)
better docstring for mastodon-tl--scroll-up-command
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r--lisp/mastodon-tl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 44365bc..13226a3 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -342,7 +342,7 @@ Optionally start from POS."
(funcall refresh))))
(defun mastodon-tl--scroll-up-command ()
- "Call `scroll-up-command'.
+ "Call `scroll-up-command', loading more toots if necessary.
If we hit `point-max', call `mastodon-tl--more' then `scroll-up-command'."
(interactive)
(if (not (equal (point) (point-max)))