emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master fbffe2cc30: ; tweak doc


From: Sam Steingold
Subject: master fbffe2cc30: ; tweak doc
Date: Thu, 13 Jan 2022 12:13:49 -0500 (EST)

branch: master
commit fbffe2cc30ffd92872628a6dba2684296b535b9e
Author: Sam Steingold <sds@gnu.org>
Commit: Sam Steingold <sds@gnu.org>

    ; 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 046a685d74..8a425cf9bc 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]