]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/net/browse-url.el (browse-url-with-browser-kind): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 21 Dec 2024 09:33:47 +0000 (11:33 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Dec 2024 15:19:18 +0000 (16:19 +0100)
(cherry picked from commit bf41ff24b9ab9c7426b3b3f1c1902b301e9f08a4)

lisp/net/browse-url.el

index b5c4fe112b1fda19f8dd520bc3009543371426c4..0d3d78968c704c9ca404a289666673d623914ae9 100644 (file)
@@ -975,11 +975,11 @@ Optional prefix argument ARG non-nil inverts the value of the option
   "Browse URL with a browser of the given browser KIND.
 
 KIND is either `internal' or `external'.  In order to find an
-appropriate browser for the given KIND, first the `browse-url-handlers'
-and `browse-url-default-handlers' lists are consulted.  If no handler is
-found, the functions `browse-url-browser-function',
+appropriate browser for the given KIND, first consult the `browse-url-handlers'
+and `browse-url-default-handlers' lists.  If no handler is found, try the
+functions `browse-url-browser-function',
 `browse-url-secondary-browser-function', `browse-url-default-browser'
-and `eww' are tried in that order.
+and `eww', in that order.
 
 When called interactively, the default browser kind is the
 opposite of the browser kind of `browse-url-browser-function'."