From: tim Date: Sat, 8 Jun 2019 23:19:54 +0000 (+0200) Subject: Improved docstring for elpher-go. X-Git-Tag: v1.1.1~4 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=2f33f5ec76fddcafff5d792d59110b31ad2de533 Improved docstring for elpher-go. --- diff --git a/elpher.el b/elpher.el index 6049d0d..8b24af3 100644 --- a/elpher.el +++ b/elpher.el @@ -622,7 +622,9 @@ The result is stored as a string in the variable ‘elpher-selector-string’." (push-button)) (defun elpher-go () - "Go to a particular gopher site." + "Go to a particular gopher site read from the minibuffer. +The site may be specified via a URL or explicitly in terms of +host, selector and port." (interactive) (let ((node (let ((host-or-url (read-string "Gopher host or URL: ")))