branch: elpa/hyperdrive
commit df1ff62c160df8116b217aeb548d82351f34214c
Author: Joseph Turner <[email protected]>
Commit: Joseph Turner <[email protected]>
Fix: (h/gateway-start-function) Docstring
---
hyperdrive-vars.el | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/hyperdrive-vars.el b/hyperdrive-vars.el
index 28caf4e547..01f39009de 100644
--- a/hyperdrive-vars.el
+++ b/hyperdrive-vars.el
@@ -408,9 +408,7 @@ Keys are regexps matched against MIME types.")
(declare-function h//gateway-start-default "hyperdrive-lib")
(defcustom h/gateway-start-function #'h//gateway-start-default
- "Function called to start the gateway.
-Should call `hyperdrive--gateway-wait-for-ready' after starting
-the gateway process."
+ "Function called to start the gateway."
:type 'function)
(declare-function h//gateway-stop-default "hyperdrive-lib")