branch: elpa/hyperdrive
commit 92a54cb93c32f943fb1fae3421e2b63c65988c45
Author: Joseph Turner <jos...@ushin.org>
Commit: Joseph Turner <jos...@ushin.org>

    Fix: (hyperdrive-update-nonexistent-version-range) Docstring
---
 hyperdrive-lib.el | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index f32f162a76..b461e4af95 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -800,11 +800,8 @@ Returns the ranges cons cell for ENTRY."
 ;;       (funcall then))))
 
 (cl-defun hyperdrive-fill-version-ranges (entry &key finally)
-  ;; FIXME: Docstring.
-  "Asynchronously fill in versions ranges for ENTRY.
-Recurse backward from ENTRY's version, filling unknown entries no
-more than LIMIT times.  Once all requests return, call FINALLY
-with no arguments."
+  "Asynchronously fill in versions ranges before ENTRY.
+Once all requests return, call FINALLY with no arguments."
   (declare (indent defun))
   (let* ((outstanding-nonexistent-requests-p)
          (finally (lambda ()

Reply via email to