[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive 1f990eb160 2/6: Fix: (hyperdrive-handler-html)
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive 1f990eb160 2/6: Fix: (hyperdrive-handler-html) Docstring |
Date: |
Wed, 20 Sep 2023 00:59:40 -0400 (EDT) |
branch: elpa/hyperdrive
commit 1f990eb160de99cba9eba61b85cb3a7c84cc4a0e
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>
Fix: (hyperdrive-handler-html) Docstring
---
hyperdrive-lib.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index 4ef061b0f2..3118ca9fb3 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -1204,8 +1204,9 @@ directory (if its URL ends in \"/\"), pass to
(cl-defun hyperdrive-handler-html (entry &key then)
"Show ENTRY, where ENTRY is an HTML file.
-Renders HTML with `shr-insert-document', then calls THEN if
-given."
+If `hyperdrive-render-html' is non-nil, render HTML with
+`shr-insert-document', then calls THEN if given. Otherwise, open
+with `hyperdrive-handler-default'."
(if hyperdrive-render-html
(progn
(eww (hyperdrive-entry-url entry))
- [nongnu] elpa/hyperdrive updated (15067d034e -> 8ced2e72ff), ELPA Syncer, 2023/09/20
- [nongnu] elpa/hyperdrive 1f990eb160 2/6: Fix: (hyperdrive-handler-html) Docstring,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive ef82d846ff 1/6: Tidy: (hyperdrive-fill) Remove unused binding, ELPA Syncer, 2023/09/20
- [nongnu] elpa/hyperdrive 087bcf1a85 5/6: Change: (hyperdrive-handler-default) Restore point on revert-buffer, ELPA Syncer, 2023/09/20
- [nongnu] elpa/hyperdrive 7223d2e1a2 3/6: Comment: Remove old TODO, ELPA Syncer, 2023/09/20
- [nongnu] elpa/hyperdrive b239b3b7e9 4/6: Comment: Remove old TODO, ELPA Syncer, 2023/09/20
- [nongnu] elpa/hyperdrive 8ced2e72ff 6/6: Fix: (hyperdrive-write-buffer) Fix updating version history on write, ELPA Syncer, 2023/09/20