branch: elpa/git-commit
commit b3f473f31d7bc7517abb9266efaf65bdc8a32532
Author: Kyle Meyer <[email protected]>
Commit: Kyle Meyer <[email protected]>
manual: Fix key for revert's magit-sequence-continue
Closes #4964.
---
docs/magit.org | 2 +-
docs/magit.texi | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/magit.org b/docs/magit.org
index c2bd41952f..2f5d588650 100644
--- a/docs/magit.org
+++ b/docs/magit.org
@@ -6262,7 +6262,7 @@ features the following suffix commands.
When a cherry-pick or revert is in progress, then the transient
instead features the following suffix commands.
-- Key: V A (magit-sequence-continue) ::
+- Key: V V (magit-sequence-continue) ::
Resume the current cherry-pick or revert sequence.
diff --git a/docs/magit.texi b/docs/magit.texi
index 189162b960..47c6128a0c 100644
--- a/docs/magit.texi
+++ b/docs/magit.texi
@@ -7707,8 +7707,8 @@ When a cherry-pick or revert is in progress, then the
transient
instead features the following suffix commands.
@table @asis
-@item @kbd{V A} (@code{magit-sequence-continue})
-@kindex V A
+@item @kbd{V V} (@code{magit-sequence-continue})
+@kindex V V
@findex magit-sequence-continue
Resume the current cherry-pick or revert sequence.