aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2024-12-21 11:33:47 +0200
committerEli Zaretskii2024-12-21 11:33:47 +0200
commitbf41ff24b9ab9c7426b3b3f1c1902b301e9f08a4 (patch)
treea211d0aab8c5892e5c76af037af80fdacfbcce30
parent0f645b92ed3e82f149de468df7ebe0eda5104aca (diff)
downloademacs-bf41ff24b9ab9c7426b3b3f1c1902b301e9f08a4.tar.gz
emacs-bf41ff24b9ab9c7426b3b3f1c1902b301e9f08a4.zip
; * lisp/net/browse-url.el (browse-url-with-browser-kind): Doc fix.
-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'."