emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/mastodon 31908e88a2 14/47: docstring for account search


From: ELPA Syncer
Subject: [nongnu] elpa/mastodon 31908e88a2 14/47: docstring for account search
Date: Fri, 13 Oct 2023 19:00:55 -0400 (EDT)

branch: elpa/mastodon
commit 31908e88a2dd8a874805952cba7d0805af3d9f80
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>

    docstring for account search
---
 lisp/mastodon-profile.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el
index 6d5d92d454..9f15c91783 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 "/"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]