diff options
| author | Stefan Kangas | 2021-12-07 18:37:47 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-12-07 18:38:29 +0100 |
| commit | 0f30227f97d141ee8fd274690cc0d7cb3a514285 (patch) | |
| tree | ec292215f530fd5e24719f84b186bc36802c4e58 | |
| parent | d34009db66c5b0cd3730e991d813582414d0536f (diff) | |
| download | emacs-0f30227f97d141ee8fd274690cc0d7cb3a514285.tar.gz emacs-0f30227f97d141ee8fd274690cc0d7cb3a514285.zip | |
; * lisp/net/browse-url.el (browse-url-epiphany): Fix typo.
| -rw-r--r-- | lisp/net/browse-url.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index 50d11b4b725..cc7582e06a3 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el | |||
| @@ -1331,7 +1331,7 @@ used instead of `browse-url-new-window-flag'." | |||
| 1331 | (defun browse-url-epiphany (url &optional new-window) | 1331 | (defun browse-url-epiphany (url &optional new-window) |
| 1332 | "Ask the Epiphany WWW browser to load URL. | 1332 | "Ask the Epiphany WWW browser to load URL. |
| 1333 | Default to the URL around or before point. The strings in variable | 1333 | Default to the URL around or before point. The strings in variable |
| 1334 | `browse-url-galeon-arguments' are also passed to Epiphany. | 1334 | `browse-url-epiphany-arguments' are also passed to Epiphany. |
| 1335 | 1335 | ||
| 1336 | When called interactively, if variable `browse-url-new-window-flag' is | 1336 | When called interactively, if variable `browse-url-new-window-flag' is |
| 1337 | non-nil, load the document in a new Epiphany window, otherwise use a | 1337 | non-nil, load the document in a new Epiphany window, otherwise use a |