diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2021-01-30 11:10:26 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-01-30 11:18:01 +0100 |
commit | ed2f2cc5577d5d9b61db7a5b61e93e79d678be41 (patch) | |
tree | 724af20fbbe8a754e25a62afd60224338cbae441 /lisp | |
parent | 0e2e1caa0bc87c5972ca1bbe6893a56d4db1df0a (diff) | |
download | emacs-ed2f2cc5577d5d9b61db7a5b61e93e79d678be41.tar.gz emacs-ed2f2cc5577d5d9b61db7a5b61e93e79d678be41.tar.bz2 emacs-ed2f2cc5577d5d9b61db7a5b61e93e79d678be41.zip |
auth-source-search doc string fix
* lisp/auth-source.el (auth-source-search): Fix example (bug#36286).
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/auth-source.el | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |