diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-27 12:15:59 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-27 12:15:59 +0200 |
commit | 693a6ea36a4701fe254000a7c9b3046519574f50 (patch) | |
tree | 2e2bae15b4318186c18d359003ce2b9988067a1a /lisp/mastodon-views.el | |
parent | 8765cdc693eaa7fdc28d0ce4b95efa051c10ebdb (diff) |
update foll reqs bindings string: r is now j, r is always reply.
Diffstat (limited to 'lisp/mastodon-views.el')
-rw-r--r-- | lisp/mastodon-views.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-views.el b/lisp/mastodon-views.el index 74a3353..75f34d3 100644 --- a/lisp/mastodon-views.el +++ b/lisp/mastodon-views.el @@ -459,7 +459,7 @@ If ID is provided, use that list." JSON is the data returned by the server." (mastodon-views--minor-view "follow requests" - "a/r - accept/reject request at point\n n/p - go to next/prev request" + "a/j - accept/reject request at point\n n/p - go to next/prev request" #'mastodon-views--insert-users-propertized-note json)) |