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 f16d9108903..c45c782c27c 100644 --- a/lisp/auth-source-pass.el +++ b/lisp/auth-source-pass.el @@ -243,7 +243,7 @@ HOSTNAME should not contain any username or port number." (defun auth-source-pass--select-from-entries (entries user) "Return best matching password-store entry data from ENTRIES. -If USER is non nil, give precedence to entries containing a user field +If USER is non-nil, give precedence to entries containing a user field matching USER." (let (fallback) (catch 'auth-source-pass-break |