diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-19 09:23:59 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-19 09:23:59 +0200 |
commit | 818dc1525fe2181e034b6fd020a34a40ce5a200e (patch) | |
tree | 783b0507230c9fb629b910c67a24fb4f361cf813 /lisp | |
parent | b19bb4b213e7de074bd0c4d1c6d2dfd6f2773353 (diff) |
docstring
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 40e7218..a59897c 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -264,7 +264,7 @@ text, i.e. hidden spoiler text." "local" "timelines/public?local=true" 'mastodon-tl--timeline)) (defun mastodon-tl--get-tag-timeline () - "Prompts for tag and opens its timeline." + "Prompt for tag and opens its timeline." (interactive) (let* ((word (or (word-at-point) "")) (input (read-string (format "Load timeline for tag (%s): " word))) |