Improve browse-url-android-share docstring

* lisp/net/browse-url.el (browse-url-android-share): Clarify that
the option only applies to Android systems.
This commit is contained in:
Stefan Kangas 2024-12-17 04:38:18 +01:00
parent 92041e15f4
commit 5686bb5b42

View file

@ -1320,7 +1320,7 @@ Default to the URL around or before point."
'browse-url-browser-kind 'external) 'browse-url-browser-kind 'external)
(defcustom browse-url-android-share nil (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 When non-nil, `browse-url-default-android-browser' will try to
share the URL being browsed through programs such as mail clients share the URL being browsed through programs such as mail clients
and instant messengers instead of opening it in a web browser." and instant messengers instead of opening it in a web browser."