aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-25 23:48:01 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-25 23:48:20 +0100
commit91836e01b1598923c7a6a8e17fba74ff92d2587e (patch)
treee02bc6cbb96a1f14f30a875d666d748b3e21090d /lisp
parenteca8401b6ed04ed0f787efcd8517b022c55f9ed7 (diff)
toot--set-toot-lang docstring
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon-toot.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 59a3813..27e7ce5 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -1115,7 +1115,8 @@ LENGTH is the maximum character length allowed for a poll option."
("30 days" . ,(number-to-string (* 60 60 24 30)))))
(defun mastodon-toot--set-toot-lang ()
- "Prompt for a language and return its two letter ISO 639 1 code."
+ "Prompt for a language and set `mastodon-toot--language'.
+Return its two letter ISO 639 1 code."
(interactive)
(let* ((langs (mapcar (lambda (x)
(cons (cadr x)