diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-01-26 14:50:44 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-01-26 14:50:44 +0100 |
commit | 844a97ca891650891b233e3c06d72a0a2ede7048 (patch) | |
tree | 6c83556df3bd1aed3a40d2c0f814f90ca29316d4 /lisp/mastodon-search.el | |
parent | 9ffe93009cbcf40a4b0aab103c8bcd98bb291ba7 (diff) |
fix typo in fun name
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 ac32efb..d73bf9f 100644 --- a/lisp/mastodon-search.el +++ b/lisp/mastodon-search.el @@ -234,7 +234,7 @@ BUFFER, PARAMS, and UPDATE-FUN are for `mastodon-tl--buffer-spec'." ((equal type "statuses") (mastodon-search--query query "hashtags"))))) -(defun mastodon-serach--query-accounts-followed (query) +(defun mastodon-search--query-accounts-followed (query) "Run an accounts search QUERY, limited to your followers." (interactive "sSearch mastodon for: ") (mastodon-search--query query "accounts" :following)) |