From: Sam Steingold Date: Thu, 13 Jan 2022 17:13:30 +0000 (-0500) Subject: ; tweak doc X-Git-Tag: emacs-29.0.90~3088 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fbffe2cc30ffd92872628a6dba2684296b535b9e;p=emacs.git ; tweak doc --- 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)