diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2021-12-31 14:36:49 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2021-12-31 14:36:49 +0100 |
commit | db0cab990c64d1b5808ed94e72f665305b60f5d9 (patch) | |
tree | 01d655344862db74a0c7e819ec5bc9430ef94167 /lisp/auth-source.el | |
parent | 1f34f072be43f25538b1cbedef6a5b828c900c64 (diff) | |
download | emacs-db0cab990c64d1b5808ed94e72f665305b60f5d9.tar.gz |
Documentation update for Secret Service
* doc/misc/auth.texi (Secret Service API): Precise "session" collection.
* lisp/auth-source.el (auth-sources): Adapt custom label.
* lisp/net/secrets.el: Adjust comments.
Diffstat (limited to 'lisp/auth-source.el')
-rw-r--r-- | lisp/auth-source.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/auth-source.el b/lisp/auth-source.el index 8c5b5564e7e..1c58410f029 100644 --- a/lisp/auth-source.el +++ b/lisp/auth-source.el @@ -256,7 +256,7 @@ can get pretty complex." (choice :tag "Authentication backend choice" (string :tag "Authentication Source (file)") (list - :tag "Secret Service API/KWallet/GNOME Keyring" + :tag "Secret Service API/KWallet/GNOME Keyring/KeyPassXC" (const :format "" :value :secrets) (choice :tag "Collection to use" (string :tag "Collection name") |