aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit-commit.el
diff options
context:
space:
mode:
authorconao3 <conao3@gmail.com>2019-10-29 01:59:05 +0900
committerJonas Bernoulli <jonas@bernoul.li>2019-10-28 19:52:57 +0100
commitccfca6bfc2ac9651d5e94d02b8a843339d782bba (patch)
tree71d48c4e3e16d6b965f3fa79bcf641c9e9a52a98 /lisp/magit-commit.el
parentdd4c5e7cc5d31df0b810d71b8c480cebeffb9384 (diff)
magit-commit-ask-to-stage: Cosmetic rearrangement of choices
Diffstat (limited to 'lisp/magit-commit.el')
-rw-r--r--lisp/magit-commit.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/magit-commit.el b/lisp/magit-commit.el
index 9f60485..28c67d4 100644
--- a/lisp/magit-commit.el
+++ b/lisp/magit-commit.el
@@ -42,8 +42,8 @@
"Whether to ask to stage all unstaged changes when committing and nothing is staged."
:package-version '(magit . "2.3.0")
:group 'magit-commands
- :type '(choice (const :tag "Ask showing diff" verbose)
- (const :tag "Ask" t)
+ :type '(choice (const :tag "Ask" t)
+ (const :tag "Ask showing diff" verbose)
(const :tag "Don't ask" nil)))
(defcustom magit-commit-show-diff t