diff options
Diffstat (limited to 'lisp')
-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 73b786f..113bd11 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -1241,7 +1241,7 @@ ID is that of the toot to view." (mastodon-tl--toot toot :detailed-p)))))) (defun mastodon-tl--thread (&optional id) - "Open thread buffer for toot under `point'." + "Open thread buffer for toot at point or with ID." (interactive) (let* ((id (or id |