auth-source-search doc string fix

* lisp/auth-source.el (auth-source-search): Fix example (bug#36286).
This commit is contained in:
Lars Ingebrigtsen 2021-01-30 11:10:26 +01:00
parent 0e2e1caa0b
commit ed2f2cc557

View file

@ -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)))