* lisp/auth-source.el (auth-source-secrets-search): Fix docstring.
This commit is contained in:
parent
5fb34352f6
commit
24f7defaf7
1 changed files with 2 additions and 2 deletions
|
@ -1497,13 +1497,13 @@ Here's an example that looks for the first item in the `Login'
|
|||
Secrets collection:
|
||||
|
||||
(let ((auth-sources \\='(\"secrets:Login\")))
|
||||
(auth-source-search :max 1)
|
||||
(auth-source-search :max 1))
|
||||
|
||||
Here's another that looks for the first item in the `Login'
|
||||
Secrets collection whose label contains `gnus':
|
||||
|
||||
(let ((auth-sources \\='(\"secrets:Login\")))
|
||||
(auth-source-search :max 1 :label \"gnus\")
|
||||
(auth-source-search :max 1 :label \"gnus\"))
|
||||
|
||||
And this one looks for the first item in the `Login' Secrets
|
||||
collection that's a Google Chrome entry for the git.gnus.org site
|
||||
|
|
Loading…
Add table
Reference in a new issue