]> git.eshelyaron.com Git - emacs.git/commitdiff
; tweak doc
authorSam Steingold <sds@gnu.org>
Thu, 13 Jan 2022 17:13:30 +0000 (12:13 -0500)
committerSam Steingold <sds@gnu.org>
Thu, 13 Jan 2022 17:13:41 +0000 (12:13 -0500)
lisp/auth-source.el

index 046a685d744cd5161ca309b16e6d7e3b2f6b159e..8a425cf9bc0051826876a8dff84939983b743044 100644 (file)
@@ -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)