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

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

[nongnu] elpa/hyperdrive 6f3302253a 2/7: Change: (hyperdrive-url-entry)


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive 6f3302253a 2/7: Change: (hyperdrive-url-entry) Docstring
Date: Mon, 11 Sep 2023 04:01:42 -0400 (EDT)

branch: elpa/hyperdrive
commit 6f3302253ab86277ba7bed557724715eb073e0c5
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>

    Change: (hyperdrive-url-entry) Docstring
---
 hyperdrive-lib.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index 9c7cbe7c55..e1f9998800 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -241,7 +241,10 @@ If already at top-level directory, return nil."
 Set entry's hyperdrive slot to persisted hyperdrive if it exists.
 
 If URL host is a DNSLink domain, returned entry will have an
-empty public-key slot."
+empty public-key slot.
+
+If URL does not begin with \"hyper://\" prefix, it will be added
+before making the entry struct."
   (unless (string-prefix-p "hyper://" url)
     (setf url (concat "hyper://" url)))
   (pcase-let* (((cl-struct url host (filename path) target)



reply via email to

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