aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-10-13 11:12:51 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-10-13 11:12:51 +0200
commit31908e88a2dd8a874805952cba7d0805af3d9f80 (patch)
tree330bc391ec0f22b5f3381869512dcb2125277f34
parent2a5700a46e3d66c049a757856f10eb039cc462fa (diff)
docstring for account search
-rw-r--r--lisp/mastodon-profile.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el
index 6d5d92d..9f15c91 100644
--- a/lisp/mastodon-profile.el
+++ b/lisp/mastodon-profile.el
@@ -219,7 +219,7 @@ NO-REBLOGS means do not display boosts in statuses."
(mastodon-views--add-account-to-list nil id handle))))
(defun mastodon-profile--account-search (query)
- "Search currently viewed account for QUERY."
+ "Run a statuses search QUERY for the currently viewed account."
(interactive "sSearch account for: ")
(let* ((ep (mastodon-tl--buffer-property 'endpoint))
(id (nth 1 (split-string ep "/"))))