diff options
author | mousebot <mousebot@riseup.net> | 2021-10-29 19:30:52 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-10-29 19:30:52 +0200 |
commit | ffb8fe7f372aebf982ab016ca361e0ad55667cb0 (patch) | |
tree | 61a37f52c465b568c2dce8f462b53fdabf816622 /lisp/mastodon-search.el | |
parent | 158bfd8785e46f134f699c5d6423e8c1785daf1c (diff) | |
parent | 5d226e03737240a763419d1753769b983b46a1a9 (diff) |
Merge branch 'img-previews' into develop
Diffstat (limited to 'lisp/mastodon-search.el')
-rw-r--r-- | lisp/mastodon-search.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-search.el b/lisp/mastodon-search.el index ccac5e6..687b50c 100644 --- a/lisp/mastodon-search.el +++ b/lisp/mastodon-search.el @@ -52,7 +52,7 @@ (concat "@" (cdr (assoc 'acct account))))) (defun mastodon-search--search-accounts-query (query) - "Prompt for a search QUERY and return accounts. + "Prompt for a search QUERY and return accounts synchronously. Returns a nested list containing user handle, display name, and URL." (interactive "sSearch mastodon for: ") (let* ((url (format "%s/api/v1/accounts/search" mastodon-instance-url)) |