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:
parent
92041e15f4
commit
5686bb5b42
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||||
|
|
Loading…
Add table
Reference in a new issue