From 31908e88a2dd8a874805952cba7d0805af3d9f80 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Fri, 13 Oct 2023 11:12:51 +0200 Subject: docstring for account search --- lisp/mastodon-profile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') 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 "/")))) -- cgit v1.2.3