explain better the meaning of default-url-type
authorOmar Polo <op@omarpolo.com>
Mon, 28 Jun 2021 10:08:28 +0000 (10:08 +0000)
committerAlex 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

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"
   :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")))
 
   :type '(choice (const "gopher")
                  (const "gemini")))