emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/base32 8925afa85b 027/103: Clarify that totp-alt-xdg-schem


From: ELPA Syncer
Subject: [nongnu] elpa/base32 8925afa85b 027/103: Clarify that totp-alt-xdg-schemas is used only to read secrets
Date: Sat, 10 Feb 2024 13:00:02 -0500 (EST)

branch: elpa/base32
commit 8925afa85bcd490f0ae2aa90f12249cae739abb0
Author: Vivek Das Mohapatra <vivek@collabora.co.uk>
Commit: Vivek Das Mohapatra <vivek@collabora.co.uk>

    Clarify that totp-alt-xdg-schemas is used only to read secrets
---
 totp.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/totp.el b/totp.el
index cca4dc95ba..bf037b7b2a 100644
--- a/totp.el
+++ b/totp.el
@@ -29,7 +29,8 @@
 
 (defcustom totp-alt-xdg-schemas
   '("com.github.bilelmoussaoui.Authenticator")
-  "A list of fallback XDG schemas which are associated with TOTP secrets."
+  "A list of fallback XDG schemas which are associated with TOTP secrets.
+This is used only to read TOTP secrets stored by other applications."
   :type '(repeat string)
   :group 'totp)
 



reply via email to

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