aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-26 16:18:48 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-26 16:20:04 +0100
commitfc003dced37165fdf36223461216304ae4d0b420 (patch)
tree6ce96bc71f47b503c9067b0baecc48cf444e7b6b /lisp
parent2dee7f3fb663d2626fdbb028839c099a11932cba (diff)
docstring
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon-tl.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index dd3ce1b..3b9a8c6 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -2109,7 +2109,9 @@ LANGS is an array parameters alist of languages to filer user's posts by."
(mastodon-tl--follow-user user-handle "false"))
(defun mastodon-tl--filter-user-user-posts-by-language (user-handle)
- "Query for USER-HANDLE and enable notifications when they post."
+ "Query for USER-HANDLE and enable notifications when they post.
+This feature is experimental and for now not easily varified by
+the instance API."
(interactive
(list
(mastodon-tl--interactive-user-handles-get "filter by language")))