From 832e1ef06e6213e188ca0ee1321ef468bae8a25c Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 17 Dec 2024 04:38:18 +0100 Subject: [PATCH] Improve browse-url-android-share docstring * lisp/net/browse-url.el (browse-url-android-share): Clarify that the option only applies to Android systems. (cherry picked from commit 5686bb5b428c4a30a8b6d485f364adc7ccf31e73) --- lisp/net/browse-url.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index 04316cae58d..df5886aa383 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el @@ -1401,7 +1401,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." -- 2.39.5