diff options
Diffstat (limited to 'lisp/auth-source-pass.el')
-rw-r--r-- | lisp/auth-source-pass.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/auth-source-pass.el b/lisp/auth-source-pass.el index 914f8d2f1bf..162a3ec23c2 100644 --- a/lisp/auth-source-pass.el +++ b/lisp/auth-source-pass.el @@ -176,7 +176,7 @@ CONTENTS is the contents of a password-store formatted file." lines)))) (defun auth-source-pass--do-debug (&rest msg) - "Call `auth-source-do-debug` with MSG and a prefix." + "Call `auth-source-do-debug' with MSG and a prefix." (apply #'auth-source-do-debug (cons (concat "auth-source-pass: " (car msg)) (cdr msg)))) |