summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Steingold <sds@gnu.org>2022-01-13 12:13:30 -0500
committerSam Steingold <sds@gnu.org>2022-01-13 12:13:41 -0500
commitfbffe2cc30ffd92872628a6dba2684296b535b9e (patch)
treebb32ec7a5b12da0c9156f4086a810ee3ba123d93
parentd983e080e027bd7b680b1e40ccfa0c71d6a3cd94 (diff)
downloademacs-fbffe2cc30ffd92872628a6dba2684296b535b9e.tar.gz
; tweak doc
-rw-r--r--lisp/auth-source.el2
1 files changed, 1 insertions, 1 deletions
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)