auth-source-search doc string fix
* lisp/auth-source.el (auth-source-search): Fix example (bug#36286).
This commit is contained in:
parent
0e2e1caa0b
commit
ed2f2cc557
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue