emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit f85c4ef: magit-dispatch: Change binding that co


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit f85c4ef: magit-dispatch: Change binding that conflicts with transient-help
Date: Sun, 31 Oct 2021 13:57:40 -0400 (EDT)

branch: elpa/git-commit
commit f85c4efb52a2a6f6fa3376686c36d1698c1d95b9
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    magit-dispatch: Change binding that conflicts with transient-help
---
 lisp/magit.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit.el b/lisp/magit.el
index 9ccbdb7..9e1c459 100644
--- a/lisp/magit.el
+++ b/lisp/magit.el
@@ -366,7 +366,7 @@ Also see info node `(magit)Commands for Buffers Visiting 
Files'."
    ("g" "       refresh current buffer"   magit-refresh)
    ("<tab>" "   toggle section at point"  magit-section-toggle)
    ("<return>" "visit thing at point"     magit-visit-thing)
-   ("C-h m" "   show all key bindings"    describe-mode)])
+   ("C-x m" "   show all key bindings"    describe-mode)])
 
 ;;; Git Popup
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]