From: Omar Polo Date: Mon, 28 Jun 2021 10:08:28 +0000 (+0000) Subject: explain better the meaning of default-url-type X-Git-Tag: bookmarks~30 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=be2df9703d36c587bc851422d57bf16cd3546256 explain better the meaning of default-url-type "URL type" may be misleading (even though it's how emacs calls it) when it's actually the schema. --- diff --git a/elpher.el b/elpher.el index c2c24a8..1bace1b 100644 --- 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")))