[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive 93ac497a7e 2/3: Tidy: Docstring
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive 93ac497a7e 2/3: Tidy: Docstring |
Date: |
Fri, 8 Sep 2023 16:00:37 -0400 (EDT) |
branch: elpa/hyperdrive
commit 93ac497a7eaca2f7056a3106c86d2d2be2c6f57e
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>
Tidy: Docstring
---
hyperdrive-dir.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hyperdrive-dir.el b/hyperdrive-dir.el
index 50665cac78..1932d469b0 100644
--- a/hyperdrive-dir.el
+++ b/hyperdrive-dir.el
@@ -36,8 +36,8 @@
;;;###autoload
(cl-defun hyperdrive-dir-handler (directory-entry &key then)
"Show DIRECTORY-ENTRY.
-If THEN, then call THEN in the directory buffer with no
-arguments."
+If THEN, call it in the directory buffer with no arguments after
+the metadata has been loaded."
;; NOTE: ENTRY is not necessarily "filled" yet.
;; TODO: Set a timer and say "Opening URL..." if entry doesn't load
;; in a couple of seconds (same in hyperdrive-handler-default)