diff options
| -rw-r--r-- | lisp/net/eww.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/eww.el b/lisp/net/eww.el index f9db0559853..6217f7674b7 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el | |||
| @@ -2090,7 +2090,7 @@ Interactively, EVENT is the value of `last-nonmenu-event'." | |||
| 2090 | 2090 | ||
| 2091 | (defun eww-browse-with-external-browser (&optional url) | 2091 | (defun eww-browse-with-external-browser (&optional url) |
| 2092 | "Browse the current URL with an external browser. | 2092 | "Browse the current URL with an external browser. |
| 2093 | The browser to used is specified by the | 2093 | The browser to use is specified by the |
| 2094 | `browse-url-secondary-browser-function' variable." | 2094 | `browse-url-secondary-browser-function' variable." |
| 2095 | (interactive nil eww-mode) | 2095 | (interactive nil eww-mode) |
| 2096 | (funcall browse-url-secondary-browser-function | 2096 | (funcall browse-url-secondary-browser-function |