From: Eli Zaretskii Date: Sun, 8 Dec 2024 05:58:41 +0000 (+0200) Subject: ; * lisp/net/eww.el (eww-browse-with-external-browser): Fix typo. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=be54cabf78ad7d5043be3b30ea6db56374e0dc8c;p=emacs.git ; * lisp/net/eww.el (eww-browse-with-external-browser): Fix typo. (cherry picked from commit 4a090bd7eabebb366f56eb1c8f01ae59bcd3323d) --- diff --git a/lisp/net/eww.el b/lisp/net/eww.el index 1f1d2069cf7..8865304a91b 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el @@ -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