[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/base32 d520096a5d 101/103: Fix stale references in docstri
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/base32 d520096a5d 101/103: Fix stale references in docstrings |
Date: |
Sat, 10 Feb 2024 13:00:14 -0500 (EST) |
branch: elpa/base32
commit d520096a5dd8981232a1cc51829db1c06f9f7c52
Author: Vivek Das Mohapatra <vivek@collabora.com>
Commit: Vivek Das Mohapatra <vivek@collabora.com>
Fix stale references in docstrings
---
totp-auth-interop.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/totp-auth-interop.el b/totp-auth-interop.el
index 0073b4bd87..bb5a322eb2 100644
--- a/totp-auth-interop.el
+++ b/totp-auth-interop.el
@@ -293,7 +293,7 @@ Similar to ‘totp-auth-unwrap-otpauth-url’ except:
"Search for otpauth and otpauth-migration URLs in BUFFER.
BUFFER defaults to the current buffer.
Returns a list of all the OTP secrets+metadata by calling
-‘totp-unwrap-otp-blob’ on them."
+‘totp-auth-unwrap-otp-blob’ on them."
(let (result url-string url)
(with-current-buffer (or buffer (current-buffer))
(goto-char (point-min))
@@ -348,7 +348,7 @@ FILE may be:
- a mix of entries encoded in the above URL schemes
- a QR code understood by ‘totp-file-import-command’.\n
Returns a list of TOTP secret alists - that is: Each element of
-the returned list is a structure returned by ‘totp-unwrap-otp-blob’."
+the returned list is a structure returned by ‘totp-auth-unwrap-otp-blob’."
(let (mime-type result)
(setq file (expand-file-name file)
mime-type (mailcap-extension-to-mime (file-name-extension file)))
@@ -396,7 +396,7 @@ concatenated and base64 encoded."
(defun totp-auth-wrap-otpauth-migration-url (secrets &optional chunk)
"Wrap list SECRETS in otpauth-migration URLs.
-The TOTP secrets structure is described by ‘totp-unwrap-otp-blob’.
+The TOTP secrets structure is described by ‘totp-auth-unwrap-otp-blob’.
URLs will not exceed CHUNK in length.
CHUNK defaults to ‘totp-auth-export-url-max-size’.
Returns a list of otpauth-migration:// URLs."
- [nongnu] elpa/base32 ac5b439624 075/103: Document an otpauth-migration URL quirk in a comment, (continued)
- [nongnu] elpa/base32 ac5b439624 075/103: Document an otpauth-migration URL quirk in a comment, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 7b56905280 084/103: Add technical documentation about the specifications this implements, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 1c001795de 083/103: Preliminary otpauth-migration URL export support, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 0d7a4e1c9d 087/103: Check for availability of QR code import command, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 3bd26611c1 088/103: Don't add newlines in long otpauth-migration URL data blobs, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 043ce25969 089/103: Add text-file export support, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 4a32e61634 090/103: QR code export, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 967a8375e8 094/103: Add a require for epa-hook in totp-auth-interop, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 6f138d3eaa 099/103: Clean up the flow of totp-auth-sources, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 7e7e43535e 097/103: Update references to old command names in the commentary section, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 d520096a5d 101/103: Fix stale references in docstrings,
ELPA Syncer <=
- [nongnu] elpa/base32 15e19abec5 096/103: Update README files, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 da1498e54d 102/103: Handle empty user strings better when creating labels for secrets, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 d550a728be 066/103: Rename totp-interop.el to totp-auth-interop.el, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 908d2d6aea 076/103: Fix overlong docstring line, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 33a93352a9 086/103: Trivia: docstring symbol markup converted to new style, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 99a81b3634 034/103: Trying out name diversion on packaging as totp is taken., ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 a97fde3c60 061/103: Prepare to ship base32 as a separate package, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 18c813779a 064/103: Mention Google Authenticator in comments, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 046998aa35 095/103: Automate byte compilation & running tests with no site or user config, ELPA Syncer, 2024/02/10
- [nongnu] elpa/base32 ccf4584caa 041/103: totp-update-token-display: fix intermitten token display bug, ELPA Syncer, 2024/02/10