diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-30 23:24:45 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-30 23:24:45 +0200 |
commit | e18f266cf6e0032aa33c7b1d229bd09fbb3911b5 (patch) | |
tree | 58b530a6b7023412c90fc5ade4aae76a4d7f80da /lisp/mastodon-discover.el | |
parent | 3c40f6dbb855fb4a3100f1822c4d2a29c29737a2 (diff) | |
parent | efe31d5230a0c310bdc1e2d53ca30c8123aaede2 (diff) |
Merge branch 'main' into develop
Diffstat (limited to 'lisp/mastodon-discover.el')
-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 20ed092..f33b25d 100644 --- a/lisp/mastodon-discover.el +++ b/lisp/mastodon-discover.el @@ -90,7 +90,7 @@ ("u" "copy URL" 'shr-maybe-probe-and-copy-url)) ("Profile view" ("g" "Show following" mastodon-profile--open-following) - ("s" "Show followers" mastodon-profile--open-followers) + ("s" "Show followers" mastodon-profile--open-followers) ("C-c C-c" "Cycle profile views" mastodon-profile-account-view-cycle) ("R" "View follow requests" mastodon-profile--view-follow-requests) ("a" "Accept follow request" mastodon-profile--follow-request-accept) |