aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2018-04-08 19:22:45 +0200
committerMichael Albinus2018-04-08 19:22:45 +0200
commit24f7defaf79e5afc38f40de01c78a4a7ed51dbd4 (patch)
tree048941a5be380cb6dac4064fea1e195ee24c893a
parent5fb34352f6050ba225d14f2a51a6b99739826b1b (diff)
downloademacs-24f7defaf79e5afc38f40de01c78a4a7ed51dbd4.tar.gz
emacs-24f7defaf79e5afc38f40de01c78a4a7ed51dbd4.zip
* lisp/auth-source.el (auth-source-secrets-search): Fix docstring.
-rw-r--r--lisp/auth-source.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/auth-source.el b/lisp/auth-source.el
index 3923af1027e..56122d1d1a2 100644
--- a/lisp/auth-source.el
+++ b/lisp/auth-source.el
@@ -1497,13 +1497,13 @@ Here's an example that looks for the first item in the `Login'
1497Secrets collection: 1497Secrets collection:
1498 1498
1499 (let ((auth-sources \\='(\"secrets:Login\"))) 1499 (let ((auth-sources \\='(\"secrets:Login\")))
1500 (auth-source-search :max 1) 1500 (auth-source-search :max 1))
1501 1501
1502Here's another that looks for the first item in the `Login' 1502Here's another that looks for the first item in the `Login'
1503Secrets collection whose label contains `gnus': 1503Secrets collection whose label contains `gnus':
1504 1504
1505 (let ((auth-sources \\='(\"secrets:Login\"))) 1505 (let ((auth-sources \\='(\"secrets:Login\")))
1506 (auth-source-search :max 1 :label \"gnus\") 1506 (auth-source-search :max 1 :label \"gnus\"))
1507 1507
1508And this one looks for the first item in the `Login' Secrets 1508And this one looks for the first item in the `Login' Secrets
1509collection that's a Google Chrome entry for the git.gnus.org site 1509collection that's a Google Chrome entry for the git.gnus.org site