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

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

[nongnu] elpa/base32 ed4feed432 080/103: Fix a checkdoc warning.


From: ELPA Syncer
Subject: [nongnu] elpa/base32 ed4feed432 080/103: Fix a checkdoc warning.
Date: Sat, 10 Feb 2024 13:00:10 -0500 (EST)

branch: elpa/base32
commit ed4feed4323079089404f3639f319ef79e3452fd
Author: Vivek Das Mohapatra <vivek@collabora.com>
Commit: Vivek Das Mohapatra <vivek@collabora.com>

    Fix a checkdoc warning.
---
 totp-auth.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/totp-auth.el b/totp-auth.el
index f985807aa7..bd4422cf26 100644
--- a/totp-auth.el
+++ b/totp-auth.el
@@ -706,7 +706,8 @@ Usually called from a timer set by 
‘totp-auth-display-token-notification’."
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;; Generic UI
 (defun totp-auth-display-token (secret &optional label)
-  "Display the TOTP token for secret according to 
‘totp-auth-display-token-method’.
+  "Display the TOTP token for secret.
+Display method is determined by ‘totp-auth-display-token-method’.
 SECRET is a string or structure consumable by ‘totp-auth-generate-otp’,
 LABEL is a label or description of the secret (eg its user and service
 information).



reply via email to

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