From: Stefan Kangas Date: Tue, 17 Dec 2024 03:38:18 +0000 (+0100) Subject: Improve browse-url-android-share docstring X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=832e1ef06e6213e188ca0ee1321ef468bae8a25c;p=emacs.git 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) --- 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."