From: Lars Ingebrigtsen Date: Sat, 30 Jan 2021 10:10:26 +0000 (+0100) Subject: auth-source-search doc string fix X-Git-Tag: emacs-28.0.90~4027 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ed2f2cc5577d5d9b61db7a5b61e93e79d678be41;p=emacs.git auth-source-search doc string fix * lisp/auth-source.el (auth-source-search): Fix example (bug#36286). --- diff --git a/lisp/auth-source.el b/lisp/auth-source.el index ad3b690dfa6..2494040457b 100644 --- a/lisp/auth-source.el +++ b/lisp/auth-source.el @@ -588,7 +588,7 @@ Here's an example: \(let ((auth-source-creation-defaults \\='((user . \"defaultUser\") (A . \"default A\"))) (auth-source-creation-prompts - \\='((password . \"Enter IMAP password for %h:%p: \")))) + \\='((secret . \"Enter IMAP password for %h:%p: \")))) (auth-source-search :host \\='(\"nonesuch\" \"twosuch\") :type \\='netrc :max 1 :P \"pppp\" :Q \"qqqq\" :create \\='(A B Q)))