aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/auth-source.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/auth-source.el b/lisp/auth-source.el
index 66e1897b877..3923af1027e 100644
--- a/lisp/auth-source.el
+++ b/lisp/auth-source.el
@@ -305,7 +305,8 @@ can get pretty complex."
305 :tag "Personality/Username" 305 :tag "Personality/Username"
306 (const :tag "Any" t) 306 (const :tag "Any" t)
307 (string 307 (string
308 :tag "Name"))))))))) 308 :tag "Name"))))))
309 (sexp :tag "A data structure (external provider)"))))
309 310
310(defcustom auth-source-gpg-encrypt-to t 311(defcustom auth-source-gpg-encrypt-to t
311 "List of recipient keys that `authinfo.gpg' encrypted to. 312 "List of recipient keys that `authinfo.gpg' encrypted to.