branch: elpa/git-commit commit 0acef63e0d7b7028d747fc02b1745d29e0c4cb83 Author: Kyle Meyer <k...@kyleam.com> Commit: Kyle Meyer <k...@kyleam.com>
magit-process-password-prompt: Fix a doc-string typo --- lisp/magit-process.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/magit-process.el b/lisp/magit-process.el index 953b2a5..cd0fc7c 100644 --- a/lisp/magit-process.el +++ b/lisp/magit-process.el @@ -873,7 +873,7 @@ To use this function add it to the appropriate hook Use `magit-process-password-prompt-regexps' to find a known prompt. If and only if one is found, then call functions in `magit-process-find-password-functions' until one of them returns -the password. If all function return nil, then read the password +the password. If all functions return nil, then read the password from the user." (when-let ((prompt (magit-process-match-prompt magit-process-password-prompt-regexps string)))