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:43:41 +0200 |
commit | 4b39459c720f2ed8efe54efa23f1a92613bbe34e (patch) | |
tree | 9e1086684dbbb9d601b705b21a0e5cf7a2a3499d /lisp/mastodon-tl.el | |
parent | b058512c3e437ec9334b59645d9c625528e40996 (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 4330084..638f01a 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))) |