From: Tim Vaughan Date: Mon, 1 Jun 2020 20:24:06 +0000 (+0200) Subject: Improved inline help for finger getter. X-Git-Tag: v2.7.9~1 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=9a84af37c81c48d39eb301002c39d4671002d62a Improved inline help for finger getter. --- 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))