Improve browse-url-android-share docstring
authorStefan Kangas <stefankangas@gmail.com>
Tue, 17 Dec 2024 03:38:18 +0000 (04:38 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Tue, 17 Dec 2024 03:38:18 +0000 (04:38 +0100)
* lisp/net/browse-url.el (browse-url-android-share): Clarify that
the option only applies to Android systems.

lisp/net/browse-url.el

index 1a51d2bdaac6f8138c62e3ed127e5ee8349180c8..bd40dcb7727353dff7f86d936cb9a60024541246 100644 (file)
@@ -1320,7 +1320,7 @@ Default to the URL around or before point."
               'browse-url-browser-kind 'external)
 
 (defcustom browse-url-android-share nil
-  "If non-nil, share URLs instead of opening them.
+  "If non-nil, share URLs on Android systems instead of opening them.
 When non-nil, `browse-url-default-android-browser' will try to
 share the URL being browsed through programs such as mail clients
 and instant messengers instead of opening it in a web browser."