[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive df1ff62c16 053/163: Fix: (h/gateway-start-funct
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive df1ff62c16 053/163: Fix: (h/gateway-start-function) Docstring |
Date: |
Fri, 31 May 2024 04:00:13 -0400 (EDT) |
branch: elpa/hyperdrive
commit df1ff62c160df8116b217aeb548d82351f34214c
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>
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")
- [nongnu] elpa/hyperdrive 9ea5b194b7 098/163: Comment: Add TODO, (continued)
- [nongnu] elpa/hyperdrive 9ea5b194b7 098/163: Comment: Add TODO, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive de9e79c1ac 095/163: Comment: Add TODO, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 8e8259d1dc 090/163: Fix: (h//gateway-stop-default) Use live-p-default, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive c4b88b009d 112/163: Change: (h//gateway-stop-default) Use h/user-error instead of h/error, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 67e3289cde 005/163: Notes: (DEV.org) Gateway version automatic installation/upgrading, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 70c84c0d59 037/163: Comment: Add TODO, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 0589fc245b 056/163: Refactor: (h//gateway-start-default) Signal an error in fewer cases, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 21d111e8f9 054/163: Fix: h/gateway-version references, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive e8f72edbdd 059/163: Change: (hyperdrive-start) Error and suggest to install if not found, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 8c8b8dba7c 064/163: Change: (h//gateway-wait-for-ready) Improve error message, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive df1ff62c16 053/163: Fix: (h/gateway-start-function) Docstring,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive e3261cd98a 081/163: Fix: (h/install) Also refresh menu if install fails, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive e196edcacd 074/163: Change: (hyperdrive-menu) Make gateway commands sometimes inapt, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive f6371d1502 083/163: Notes: Update, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 58f441559e 086/163: Change: (h/install) Add message if hash comparison fails, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive ae646afc12 089/163: Change: (h/menu-refresh) Use transient--refresh-transient, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 733c60b72b 084/163: Change: (h/menu-bar-menu) Remove gateway status indicator, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive c69d1dc386 103/163: Change: (h/install-in-progress) Rename from h/install-in-progress-p, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 8928f52d58 106/163: Change: Use h/gateway-installing-p everywhere appropriate, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive d207209f1a 117/163: Change: (h/install) Clean up file if download canceled, ELPA Syncer, 2024/05/31
- [nongnu] elpa/hyperdrive 098cf78760 116/163: Change: (h/install-process) Rename from h/install-in-progress, ELPA Syncer, 2024/05/31