From 2f33f5ec76fddcafff5d792d59110b31ad2de533 Mon Sep 17 00:00:00 2001 From: tim Date: Sun, 9 Jun 2019 01:19:54 +0200 Subject: [PATCH] Improved docstring for elpher-go. --- elpher.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: "))) -- 2.20.1