diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2015-08-22 16:32:04 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2015-08-22 16:32:04 +0200 |
| commit | 9f7f11301b1b99f84be3b5403b35e9622cfa8d82 (patch) | |
| tree | 588487aaa4623acb85419ecafdc6f2f00738a256 /lisp | |
| parent | fc7056445fe11ec3db3f469a86462d8ba32a640e (diff) | |
magit-popup-use-prefix-argument: clarify Custom's value menu
Re #2179.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/magit-popup.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/magit-popup.el b/lisp/magit-popup.el index a2030d3..b99957d 100644 --- a/lisp/magit-popup.el +++ b/lisp/magit-popup.el @@ -117,8 +117,8 @@ that without users being aware of it could lead to tears. `nil' Ignore prefix arguments." :group 'magit-popup :type '(choice - (const :tag "Use default action, else show popup" default) - (const :tag "Show popup, else use default action" popup) + (const :tag "Call default action instead of showing popup" default) + (const :tag "Show popup instead of calling default action" popup) (const :tag "Ignore prefix argument" nil) (const :tag "Abort and show usage information" disabled))) |
