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

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

[nongnu] elpa/base32 c04d223e11 074/103: Fix a docstring xref


From: ELPA Syncer
Subject: [nongnu] elpa/base32 c04d223e11 074/103: Fix a docstring xref
Date: Sat, 10 Feb 2024 13:00:10 -0500 (EST)

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

    Fix a docstring xref
---
 totp-auth-interop.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/totp-auth-interop.el b/totp-auth-interop.el
index 6ca430d8d3..ff198d296f 100644
--- a/totp-auth-interop.el
+++ b/totp-auth-interop.el
@@ -100,7 +100,7 @@ Returns a unibyte string containing those bytes."
 
 (defun totp-auth-pb-otpauth-migration-translate-field (field val)
   "Translate a FIELD number (1-6) and VAL into cons cell(s).
-The cell(s) are suitable for use in the return value of `totp-unwrap-otp-blob`"
+The cell(s) are suitable for use in the return value of 
‘totp-auth-unwrap-otp-blob’"
   (let (key)
     (setq key (and (< 0 field)
                    (> (length totp-auth-pb-otpauth-migration-field-map) field)



reply via email to

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