branch: elpa/hyperdrive commit 4fc73deeb4f9f03827b592a3e08340c5f0ec81bf Author: Joseph Turner <jos...@ushin.org> Commit: Joseph Turner <jos...@ushin.org>
Fix: (he/fill) Docstring --- hyperdrive-lib.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el index 753e97f025..4e2ad8be8a 100644 --- a/hyperdrive-lib.el +++ b/hyperdrive-lib.el @@ -709,13 +709,14 @@ the given `plz-queue'" :noquery t)))) (defun he//fill (entry headers) - "Fill ENTRY from HEADERS. + "Fill ENTRY slots from HEADERS. -The following ENTRY slots are filled: - \\+`type' - \\+`mtime' - \\+`size' +Also fills existent range in `hyperdrive-version-ranges'. + Returns filled ENTRY." (pcase-let* (((map content-length content-type etag last-modified) headers))