From 9a84af37c81c48d39eb301002c39d4671002d62a Mon Sep 17 00:00:00 2001 From: Tim Vaughan Date: Mon, 1 Jun 2020 22:24:06 +0200 Subject: [PATCH] Improved inline help for finger getter. --- elpher.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/elpher.el b/elpher.el index bc74a05..a1811c2 100644 --- a/elpher.el +++ b/elpher.el @@ -1211,7 +1211,10 @@ width defined by elpher-gemini-max-fill-width." ;; Finger page connection (defun elpher-get-finger-page (renderer &optional force-ipv4) - "Opens a finger connection to the current page address and renders it using RENDERER." + "Opens a finger connection to the current page address. +The result is rendered using RENDERER. When the optional argument +FORCE-IPV4 is non-nil, the IPv4 address returned by a DNS lookup will +be used explicitly in making the connection." (let* ((address (elpher-page-address elpher-current-page)) (content (elpher-get-cached-content address))) (if (and content (funcall renderer nil)) -- 2.20.1