; * lisp/net/eww.el (eww-browse-with-external-browser): Fix typo.
This commit is contained in:
parent
59fa0b1dd6
commit
4a090bd7ea
1 changed files with 1 additions and 1 deletions
|
@ -2090,7 +2090,7 @@ Interactively, EVENT is the value of `last-nonmenu-event'."
|
||||||
|
|
||||||
(defun eww-browse-with-external-browser (&optional url)
|
(defun eww-browse-with-external-browser (&optional url)
|
||||||
"Browse the current URL with an external browser.
|
"Browse the current URL with an external browser.
|
||||||
The browser to used is specified by the
|
The browser to use is specified by the
|
||||||
`browse-url-secondary-browser-function' variable."
|
`browse-url-secondary-browser-function' variable."
|
||||||
(interactive nil eww-mode)
|
(interactive nil eww-mode)
|
||||||
(funcall browse-url-secondary-browser-function
|
(funcall browse-url-secondary-browser-function
|
||||||
|
|
Loading…
Add table
Reference in a new issue