Codebase list magit / 0acef63
magit-process-password-prompt: Fix a doc-string typo Kyle Meyer 2 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
872872 Use `magit-process-password-prompt-regexps' to find a known
873873 prompt. If and only if one is found, then call functions in
874874 `magit-process-find-password-functions' until one of them returns
875 the password. If all function return nil, then read the password
875 the password. If all functions return nil, then read the password
876876 from the user."
877877 (when-let ((prompt (magit-process-match-prompt
878878 magit-process-password-prompt-regexps string)))