aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-08-19 09:23:59 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-08-19 09:43:41 +0200
commit4b39459c720f2ed8efe54efa23f1a92613bbe34e (patch)
tree9e1086684dbbb9d601b705b21a0e5cf7a2a3499d /lisp
parentb058512c3e437ec9334b59645d9c625528e40996 (diff)
docstring
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon-tl.el2
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)))