diff options
author | John Paul Wallington <jpw@pobox.com> | 2003-08-01 00:32:34 +0000 |
---|---|---|
committer | John Paul Wallington <jpw@pobox.com> | 2003-08-01 00:32:34 +0000 |
commit | 674dd916f1fbabaecb1645da8672e72c4a6018f9 (patch) | |
tree | 3b9ab55f156483e6f5718a4d67b11a4b1fbfdf25 /lisp/net | |
parent | 465aa50afc635773061ce89b3398c5613d8eb8c0 (diff) | |
download | emacs-674dd916f1fbabaecb1645da8672e72c4a6018f9.tar.gz |
(browse-url-epiphany): Doc fix.
Diffstat (limited to 'lisp/net')
-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 895ab12282f..b97eda6472b 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el @@ -983,7 +983,7 @@ non-nil, load the document in a new Epiphany window, otherwise use a random existing one. A non-nil interactive prefix argument reverses the effect of `browse-url-new-window-flag'. -If `browse-url-galeon-new-window-is-tab' is non-nil, then whenever a +If `browse-url-epiphany-new-window-is-tab' is non-nil, then whenever a document would otherwise be loaded in a new window, it is loaded in a new tab in an existing window instead. |