Update the docs of open_url_with to indicate that open-actions.conf is read by the "default" handler

This commit is contained in:
Kovid Goyal 2022-09-26 20:21:44 +05:30
parent 921ac12e90
commit 267798a277
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -402,9 +402,9 @@ opt('url_style', 'curly',
opt('open_url_with', 'default',
option_type='to_cmdline',
long_text='''
The program to open clicked URLs. The special value :code:`default` means to
use the operating system's default URL handler (:program:`open` on macOS and
:program:`xdg-open` on Linux).
The program to open clicked URLs. The special value :code:`default` with first look for any URL handlers defined via
the :doc:`open_actions` facility and if non are found, it will use the Operating System's
default URL handler (:program:`open` on macOS and :program:`xdg-open` on Linux).
'''
)