The Lambda Lab
/
projects
/
elpher.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f68258e
)
Improved docstring for elpher-go.
author
tim
<tim@bs-mbpr247.d.ethz.ch>
Sat, 8 Jun 2019 23:19:54 +0000
(
01:19
+0200)
committer
tim
<tim@bs-mbpr247.d.ethz.ch>
Sat, 8 Jun 2019 23:19:54 +0000
(
01:19
+0200)
elpher.el
patch
|
blob
|
history
diff --git
a/elpher.el
b/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: ")))