[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/git-commit 1bde980df9 1/4: magit-dispatch: Use consistent
|
From: |
ELPA Syncer |
|
Subject: |
[nongnu] elpa/git-commit 1bde980df9 1/4: magit-dispatch: Use consistent capitalization in suffix descriptions |
|
Date: |
Tue, 23 May 2023 11:00:40 -0400 (EDT) |
branch: elpa/git-commit
commit 1bde980df992d8c745f3216e7cc995058ee847b2
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
magit-dispatch: Use consistent capitalization in suffix descriptions
---
lisp/magit.el | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/lisp/magit.el b/lisp/magit.el
index cfa6356c4c..d7c0847221 100644
--- a/lisp/magit.el
+++ b/lisp/magit.el
@@ -387,12 +387,12 @@ Also see info node `(magit)Commands for Buffers Visiting
Files'."
("U" "Unstage all" magit-unstage-all)]]
["Essential commands"
:if-derived magit-mode
- [("g" " refresh current buffer" magit-refresh)
- ("q" " bury current buffer" magit-mode-bury-buffer)
- ("<tab>" " toggle section at point" magit-section-toggle)
- ("<return>" "visit thing at point" magit-visit-thing)]
- [("C-x m" "show all key bindings" describe-mode)
- ("C-x i" "show Info manual" magit-info)]])
+ [("g" " Refresh current buffer" magit-refresh)
+ ("q" " Bury current buffer" magit-mode-bury-buffer)
+ ("<tab>" " Toggle section at point" magit-section-toggle)
+ ("<return>" "Visit thing at point" magit-visit-thing)]
+ [("C-x m" "Show all key bindings" describe-mode)
+ ("C-x i" "Show Info manual" magit-info)]])
;;; Git Popup