diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-04-12 10:05:02 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-04-12 10:05:42 +0200 |
commit | 8b65f27106f55b7f2868ee4c7e1a965eee24fd97 (patch) | |
tree | 9ed1354096f80b07128bb54968f778e064229fdd | |
parent | 6c8238fa0c729e52bd7f309086aea0d8b55af9eb (diff) |
discover typo
-rw-r--r-- | lisp/mastodon-discover.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-discover.el b/lisp/mastodon-discover.el index c06de1f..57c4bd1 100644 --- a/lisp/mastodon-discover.el +++ b/lisp/mastodon-discover.el @@ -79,7 +79,7 @@ ("Views" ("h/?" "View mode help/keybindings" describe-mode) ("#" "Tag search" mastodon-tl--get-tag-timeline) - (";" "List followed tags" mastodon-tl--list-followed-tags) + (":" "List followed tags" mastodon-tl--list-followed-tags) ("F" "Federated" mastodon-tl--get-federated-timeline) ("H" "Home" mastodon-tl--get-home-timeline) ("L" "Local" mastodon-tl--get-local-timeline) |