branch: elpa/hyperdrive
commit 2fdd96d4c0acb8948099514cf686662f89a9477a
Author: Joseph Turner <[email protected]>
Commit: Joseph Turner <[email protected]>

    Fix: (h//check-gateway-version) Docstring
---
 hyperdrive-lib.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index d26c2bdb6b..62477f50dd 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -198,9 +198,10 @@ make the request."
        (funcall else* (caddr err))))))
 
 (defun h//check-gateway-version ()
-  "Check and return whether gateway is at expected version.
-Sets `h/gateway-version-expected' if so.  The caller should
-ensure that the gateway is running before calling this function."
+  "Warn if gateway is at not at the expected version.
+Unconditionally sets `h/gateway-version-checked-p' to `t'.  The
+caller should ensure that the gateway is running before calling
+this function."
   ;; TODO: Consider moving `hyperdrive-hyper-gateway-ushin-version' into this 
file.
   (declare-function hyperdrive-hyper-gateway-ushin-version "hyperdrive")
   (unless (equal h/gateway-version-expected

Reply via email to