diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-07-06 18:57:53 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-07-06 18:57:53 +0200 |
commit | 04088be6b1be835132c1ae69d65ef45a13193121 (patch) | |
tree | 0b3a56421382c5bf95335c908abe6f0f9a303cc7 | |
parent | ad00253d714a128e95faa9baebfb5322c3fcc378 (diff) |
better docstring for mastodon-tl--scroll-up-command
-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 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))) |