diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-02-27 22:40:29 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-02-27 22:40:29 +0100 |
| commit | ec036ccdcf00a91f531c7bb1fda93425e713ee07 (patch) | |
| tree | 8bb94bfbcfcda7209a39b877847a23c5276bf722 /lisp/magit-remote.el | |
| parent | 330819de3e9c1f8f902a8816d1d53021474f6d30 (diff) | |
Consistently begin custom choice tags with capital letter
Diffstat (limited to 'lisp/magit-remote.el')
| -rw-r--r-- | lisp/magit-remote.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/magit-remote.el b/lisp/magit-remote.el index 2d23d7c..b5fdbf2 100644 --- a/lisp/magit-remote.el +++ b/lisp/magit-remote.el @@ -40,10 +40,10 @@ the name of the added remote is equal to that string and the variable isn't already set." :package-version '(magit . "2.4.0") :group 'magit-commands - :type '(choice (const :tag "ask if unset" ask-if-unset) - (const :tag "always ask" ask) - (string :tag "set if named") - (const :tag "don't set"))) + :type '(choice (const :tag "Ask if unset" ask-if-unset) + (const :tag "Always ask" ask) + (string :tag "Set if named") + (const :tag "Don't set"))) (defcustom magit-remote-direct-configure t "Whether the command `magit-remote' shows Git variables. |
