diff options
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 1af49c1..49b5367 100644 --- a/lisp/mastodon-search.el +++ b/lisp/mastodon-search.el @@ -80,7 +80,7 @@ QUERY is the string to search." ;; trending tags -(defun mastodon-search-trending-tags () +(defun mastodon-search--trending-tags () "Display a list of tags trending on your instance." (interactive) (let* ((url (mastodon-http--api "trends")) |