aboutsummaryrefslogtreecommitdiff
path: root/lisp/magit-push.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2022-06-25 14:19:35 +0200
committerJonas Bernoulli <jonas@bernoul.li>2022-06-25 14:19:35 +0200
commit19461258cd439ad7044d45d1268a3a49a7401de9 (patch)
tree2a58c8c3d086b88fd63121999f8fdd5a64f655cc /lisp/magit-push.el
parent12b415e0333bd4f6523236cbc9791173dcda160f (diff)
magit-push-implicitly: Improve docstring
Diffstat (limited to 'lisp/magit-push.el')
-rw-r--r--lisp/magit-push.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/magit-push.el b/lisp/magit-push.el
index 7c68ce1..f80982d 100644
--- a/lisp/magit-push.el
+++ b/lisp/magit-push.el
@@ -281,9 +281,9 @@ these Git variables: `push.default', `remote.pushDefault',
If you add this suffix to a transient prefix without explicitly
specifying the description, then an attempt is made to predict
-what this command will do. For example:
+what this command will do. To add it use something like:
- (transient-insert-suffix \\='magit-push \"p\"
+ (transient-insert-suffix \\='magit-push \"o\"
\\='(\"i\" magit-push-implicitly))"
:description #'magit-push-implicitly--desc
(interactive (list (magit-push-arguments)))