branch: elpa/base32
commit 5ea9f3964540421ed2194a77ddf52a1cb3677e74
Author: Vivek Das Mohapatra <[email protected]>
Commit: Vivek Das Mohapatra <[email protected]>
Update commentary to describe the new UI options
---
README | 7 ++++---
totp-auth.el | 7 ++++---
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/README b/README
index 3049d82af4..8bf06dc500 100644
--- a/README
+++ b/README
@@ -12,9 +12,10 @@ You can call it with the command ‘totp’, ie:
M-x totp RET
-You can tab-complete based on the label of the secret and a
-buffer displaying the token will be displayed (and updated as
-the displayed token expires).
+You can tab-complete based on the label of the secret.
+Depending on the setting of ‘totp-display-token-method’ the
+TOTP token will be displayed (and kept up to date) either in
+an emacs buffer or a freedesktop notification.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
diff --git a/totp-auth.el b/totp-auth.el
index 9c2eba22e3..20c6af45d3 100644
--- a/totp-auth.el
+++ b/totp-auth.el
@@ -23,9 +23,10 @@
;;
;; M-x totp RET
;;
-;; You can tab-complete based on the label of the secret and a
-;; buffer displaying the token will be displayed (and updated as
-;; the displayed token expires).
+;; You can tab-complete based on the label of the secret.
+;; Depending on the setting of ‘totp-display-token-method’ the
+;; TOTP token will be displayed (and kept up to date) either in
+;; an emacs buffer or a freedesktop notification.
;;
;; If you want to import TOTP secrets from other apps you can call:
;;