emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit 1b83f8e: magit-push-implicitly: Protect doc-str


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 1b83f8e: magit-push-implicitly: Protect doc-string quotes
Date: Mon, 18 Oct 2021 20:57:35 -0400 (EDT)

branch: elpa/git-commit
commit 1b83f8ee1c5aa069f2f846e25d99df3d415d9657
Author: Kyle Meyer <kyle@kyleam.com>
Commit: Kyle Meyer <kyle@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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]