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

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

[nongnu] elpa/mastodon 844a97ca89 39/45: fix typo in fun name


From: ELPA Syncer
Subject: [nongnu] elpa/mastodon 844a97ca89 39/45: fix typo in fun name
Date: Thu, 1 Feb 2024 10:01:03 -0500 (EST)

branch: elpa/mastodon
commit 844a97ca891650891b233e3c06d72a0a2ede7048
Author: marty hiatt <martianhiatus@riseup.net>
Commit: marty hiatt <martianhiatus@riseup.net>

    fix typo in fun name
---
 lisp/mastodon-search.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/mastodon-search.el b/lisp/mastodon-search.el
index ac32efb15e..d73bf9ff62 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))



reply via email to

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