aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2015-08-22 16:32:04 +0200
committerJonas Bernoulli <jonas@bernoul.li>2015-08-22 16:32:04 +0200
commit9f7f11301b1b99f84be3b5403b35e9622cfa8d82 (patch)
tree588487aaa4623acb85419ecafdc6f2f00738a256 /lisp
parentfc7056445fe11ec3db3f469a86462d8ba32a640e (diff)
magit-popup-use-prefix-argument: clarify Custom's value menu
Re #2179.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/magit-popup.el4
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)))