diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-02-15 18:11:37 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-02-15 18:11:37 +0100 |
commit | 9caa0b58ea67d807d65e48a7f7e8599644351eb7 (patch) | |
tree | a642caff7a26c0c6678714d96be88c42edb7176e /lisp/mastodon-tl.el | |
parent | 11be568c1ed4bf903f2da09f1cc7353b7f5941e2 (diff) |
docstrings
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index d21edaf..7d6243f 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -2215,7 +2215,8 @@ PREFIX is sent to `mastodon-tl--get-tag-timeline', which see." (defun mastodon-tl--followed-tags-timeline (&optional prefix) "Open a timeline of multiple tags. -PREFIX is sent to `mastodon-tl--show-tag-timeline', which see. +With a single PREFIX arg, only show posts with media. +With a double PREFIX arg, limit results to your own instance. If `mastodon-tl--tag-timeline-tags' is set, use its tags, else fetch followed tags and load the first four of them." (interactive "p") @@ -2748,7 +2749,7 @@ JSON and http headers, without it just the JSON." "Initialize BUFFER-NAME with timeline targeted by ENDPOINT. UPDATE-FUNCTION is used to receive more toots. Runs synchronously. -Optional arg NOTE-TYPE means only get that type of note. +Optional arg NOTE-TYPE means only get that type of notification. PARAMS is an alist of any params to include in the request. HEADERS are any headers to send in the request. VIEW-NAME is a string, to be used as a heading for the view. |