Improved docstring for elpher-go.
authortim <tim@bs-mbpr247.d.ethz.ch>
Sat, 8 Jun 2019 23:19:54 +0000 (01:19 +0200)
committertim <tim@bs-mbpr247.d.ethz.ch>
Sat, 8 Jun 2019 23:19:54 +0000 (01:19 +0200)
elpher.el

index 6049d0d..8b24af3 100644 (file)
--- 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: ")))