diff options
-rw-r--r-- | lisp/mastodon-profile.el | 2 |
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 "/")))) |