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:
770de5d
)
explain better the meaning of default-url-type
author
Omar Polo
<op@omarpolo.com>
Mon, 28 Jun 2021 10:08:28 +0000
(10:08 +0000)
committer
Alex Schroeder
<alex@gnu.org>
Mon, 28 Jun 2021 11:32:45 +0000
(13:32 +0200)
"URL type" may be misleading (even though it's how emacs calls it)
when it's actually the schema.
elpher.el
patch
|
blob
|
history
diff --git
a/elpher.el
b/elpher.el
index
c2c24a8
..
1bace1b
100644
(file)
--- a/
elpher.el
+++ b/
elpher.el
@@
-186,7
+186,7
@@
These certificates may be used for establishing authenticated TLS connections."
:type '(file))
(defcustom elpher-default-url-type "gopher"
- "Default URL type to assume if not explicitly given."
+ "Default URL type
(i.e. schema)
to assume if not explicitly given."
:type '(choice (const "gopher")
(const "gemini")))