emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 24f7def: * lisp/auth-source.el (auth-source-secrets


From: Michael Albinus
Subject: [Emacs-diffs] master 24f7def: * lisp/auth-source.el (auth-source-secrets-search): Fix docstring.
Date: Sun, 8 Apr 2018 13:22:54 -0400 (EDT)

branch: master
commit 24f7defaf79e5afc38f40de01c78a4a7ed51dbd4
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    * lisp/auth-source.el (auth-source-secrets-search): Fix docstring.
---
 lisp/auth-source.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/auth-source.el b/lisp/auth-source.el
index 3923af1..56122d1 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'
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]