emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-30 5686bb5b428: Improve browse-url-android-share docstring


From: Stefan Kangas
Subject: emacs-30 5686bb5b428: Improve browse-url-android-share docstring
Date: Mon, 16 Dec 2024 22:40:40 -0500 (EST)

branch: emacs-30
commit 5686bb5b428c4a30a8b6d485f364adc7ccf31e73
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Improve browse-url-android-share docstring
    
    * lisp/net/browse-url.el (browse-url-android-share): Clarify that
    the option only applies to Android systems.
---
 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 1a51d2bdaac..bd40dcb7727 100644
--- a/lisp/net/browse-url.el
+++ b/lisp/net/browse-url.el
@@ -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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]