[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master ab5040896e6 1/2: Shorten browse-url-default-scheme docstring
From: |
Stefan Kangas |
Subject: |
master ab5040896e6 1/2: Shorten browse-url-default-scheme docstring |
Date: |
Thu, 12 Dec 2024 04:14:43 -0500 (EST) |
branch: master
commit ab5040896e6d436ec4c13371721e5218348a6555
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>
Shorten browse-url-default-scheme docstring
* lisp/net/browse-url.el (browse-url-default-scheme): Shorten
docstring by removing self-evident information. Reflow.
---
lisp/net/browse-url.el | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el
index ef919d4e4ed..6a00bbbef93 100644
--- a/lisp/net/browse-url.el
+++ b/lisp/net/browse-url.el
@@ -674,13 +674,9 @@ regarding its parameter treatment."
(defcustom browse-url-default-scheme "http"
"URL scheme that `browse-url' (and related commands) will use by default.
-For example, when point is on an URL fragment like
-\"www.example.org\", `browse-url' will assume that this is an
-\"http\" URL by default (i.e. \"http://www.example.org\").
-
-Note that if you set this to \"https\", websites that do not yet
-support HTTPS may not load correctly in your web browser. Such
-websites are increasingly rare, but they do still exist."
+For example, when point is on an URL fragment like \"www.example.org\",
+`browse-url' will assume that this is an \"http\" URL by default (for
+example, \"http://www.example.org\")."
:type '(choice (const :tag "HTTP" "http")
(const :tag "HTTPS" "https")
(string :tag "Something else" "https"))