branch: elpa/git-commit commit 1b83f8ee1c5aa069f2f846e25d99df3d415d9657 Author: Kyle Meyer <k...@kyleam.com> Commit: Kyle Meyer <k...@kyleam.com>
magit-push-implicitly: Protect doc-string quotes Prevent these from being rendered according to text-quoting-style. --- lisp/magit-push.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/magit-push.el b/lisp/magit-push.el index aae8d8c..f45a65b 100644 --- a/lisp/magit-push.el +++ b/lisp/magit-push.el @@ -286,8 +286,8 @@ 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: - (transient-insert-suffix 'magit-push \"p\" - '(\"i\" magit-push-implicitly))" + (transient-insert-suffix \\='magit-push \"p\" + \\='(\"i\" magit-push-implicitly))" :description 'magit-push-implicitly--desc (interactive (list (magit-push-arguments))) (run-hooks 'magit-credential-hook)