]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/auth-source.el (auth-source-secrets-search): Fix docstring.
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 8 Apr 2018 17:22:45 +0000 (19:22 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 8 Apr 2018 17:22:45 +0000 (19:22 +0200)
lisp/auth-source.el

index 3923af1027e8f72f98ab9cfae9bfbe226b0604ba..56122d1d1a2fda4bec75f87bfa1ee4ade99fa474 100644 (file)
@@ -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