]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/net/eww.el (eww-browse-with-external-browser): Fix typo.
authorEli Zaretskii <eliz@gnu.org>
Sun, 8 Dec 2024 05:58:41 +0000 (07:58 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 15 Dec 2024 16:35:56 +0000 (17:35 +0100)
(cherry picked from commit 4a090bd7eabebb366f56eb1c8f01ae59bcd3323d)

lisp/net/eww.el

index 1f1d2069cf70cd38023f62c9e45c1cedc93965f0..8865304a91bae44b547a0be563a0f552c7d73c1a 100644 (file)
@@ -2132,9 +2132,8 @@ Interactively, EVENT is the value of `last-nonmenu-event'."
 
 (defun eww-browse-with-external-browser (&optional url)
   "Browse the current URL with an external browser.
-Use `browse-url-secondary-browser-function' if it is an external
-browser, otherwise use `browse-url-with-browser-kind' to open an
-external browser."
+The browser to use is specified by the
+`browse-url-secondary-browser-function' variable."
   (interactive nil eww-mode)
   (setq url (or url (plist-get eww-data :url)))
   (if (eq 'external (browse-url--browser-kind