From fbffe2cc30ffd92872628a6dba2684296b535b9e Mon Sep 17 00:00:00 2001 From: Sam Steingold Date: Thu, 13 Jan 2022 12:13:30 -0500 Subject: [PATCH] ; tweak doc --- lisp/auth-source.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/auth-source.el b/lisp/auth-source.el index 046a685d744..8a425cf9bc0 100644 --- a/lisp/auth-source.el +++ b/lisp/auth-source.el @@ -861,7 +861,7 @@ while \(:host t) would find all host entries." secret))) (defun auth-source-pick-first-password (&rest spec) - "Pick the first secret found from applying SPEC to `auth-source-search'." + "Pick the first secret found by applying 'auth-source-search' to SPEC." (auth-info-password (car (apply #'auth-source-search (plist-put spec :max 1))))) (defun auth-source-format-prompt (prompt alist) -- 2.39.2