emacs-elpa-diffs
[Top][All Lists]
Advanced

[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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]