From 693a6ea36a4701fe254000a7c9b3046519574f50 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Mon, 27 Mar 2023 12:15:59 +0200 Subject: update foll reqs bindings string: r is now j, r is always reply. --- lisp/mastodon-views.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.3