aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/net/browse-url.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el
index ab6f8f8aff3..0fae30b09d1 100644
--- a/lisp/net/browse-url.el
+++ b/lisp/net/browse-url.el
@@ -976,11 +976,11 @@ Optional prefix argument ARG non-nil inverts the value of the option
976 "Browse URL with a browser of the given browser KIND. 976 "Browse URL with a browser of the given browser KIND.
977 977
978KIND is either `internal' or `external'. In order to find an 978KIND is either `internal' or `external'. In order to find an
979appropriate browser for the given KIND, first the `browse-url-handlers' 979appropriate browser for the given KIND, first consult the `browse-url-handlers'
980and `browse-url-default-handlers' lists are consulted. If no handler is 980and `browse-url-default-handlers' lists. If no handler is found, try the
981found, the functions `browse-url-browser-function', 981functions `browse-url-browser-function',
982`browse-url-secondary-browser-function', `browse-url-default-browser' 982`browse-url-secondary-browser-function', `browse-url-default-browser'
983and `eww' are tried in that order. 983and `eww', in that order.
984 984
985When called interactively, the default browser kind is the 985When called interactively, the default browser kind is the
986opposite of the browser kind of `browse-url-browser-function'." 986opposite of the browser kind of `browse-url-browser-function'."