branch: elpa/hyperdrive
commit 489da29db30598f51e32b853521be2436fad5381
Author: Joseph Turner <[email protected]>
Commit: Joseph Turner <[email protected]>
Fix: (h/gateway-live-p-default) Docstring
---
hyperdrive-lib.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index 7780d36fec..8932e892b2 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -1474,10 +1474,9 @@ process is running. See also function
(funcall h/gateway-live-predicate))
(defun h/gateway-live-p-default ()
- "Return non-nil if the gateway process is running.
+ "Return non-nil if the gateway is running as an Emacs subprocess.
This does not mean that the gateway is responsive, only that the
-process is running. See also function
-`hyperdrive--gateway-ready-p'."
+process is running."
(process-live-p h/gateway-process))
(defun h//gateway-ready-p ()