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

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

[nongnu] elpa/git-commit 6813128 2/2: magit-process-git-credential-manag


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 6813128 2/2: magit-process-git-credential-manager-core: Protect doc-string quotes
Date: Sun, 19 Sep 2021 22:57:29 -0400 (EDT)

branch: elpa/git-commit
commit 681312814419ef19e58da88fa4f5e5454a70c5fb
Author: Kyle Meyer <kyle@kyleam.com>
Commit: Kyle Meyer <kyle@kyleam.com>

    magit-process-git-credential-manager-core: Protect doc-string quotes
    
    Prevent these from being rendered according to text-quoting-style.
---
 lisp/magit-process.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/magit-process.el b/lisp/magit-process.el
index cd0fc7c..853b4a7 100644
--- a/lisp/magit-process.el
+++ b/lisp/magit-process.el
@@ -858,8 +858,8 @@ be translated on the fly by doing this once
   "Authenticate using `git-credential-manager-core'.
 
 To use this function add it to the appropriate hook
-  (add-hook 'magit-process-prompt-functions
-            'magit-process-git-credential-manager-core)"
+  (add-hook \\='magit-process-prompt-functions
+            \\='magit-process-git-credential-manager-core)"
   (and (string-match "^option (enter for default): $" string)
        (progn
          (magit-process-buffer)



reply via email to

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