diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-09-03 12:41:52 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-09-03 12:41:52 +0200 |
commit | 6d20d245a2791fbaf4cc673c091ed6315f673579 (patch) | |
tree | e0eb9f8db11ae31b021e7b1d29a1a8d98c5d8dd3 /lisp/mastodon-tl.el | |
parent | 12b41726b50d537a4771ba3ca262d589cdf4a820 (diff) |
docstring
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 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 |