X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=a1811c2fcb3a4c05d5a45807c196498e15c31621;hp=bc74a053c5897b38120d8253f575d4d9c55103e9;hb=9a84af37c81c48d39eb301002c39d4671002d62a;hpb=c0dc580806b28a7ff281026203e4e6dcdaaccb5d 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))