branch: elpa/git-commit
commit 681312814419ef19e58da88fa4f5e5454a70c5fb
Author: Kyle Meyer <k...@kyleam.com>
Commit: Kyle Meyer <k...@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