aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJohn Paul Wallington2003-08-01 00:32:34 +0000
committerJohn Paul Wallington2003-08-01 00:32:34 +0000
commit674dd916f1fbabaecb1645da8672e72c4a6018f9 (patch)
tree3b9ab55f156483e6f5718a4d67b11a4b1fbfdf25 /lisp
parent465aa50afc635773061ce89b3398c5613d8eb8c0 (diff)
downloademacs-674dd916f1fbabaecb1645da8672e72c4a6018f9.tar.gz
emacs-674dd916f1fbabaecb1645da8672e72c4a6018f9.zip
(browse-url-epiphany): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/net/browse-url.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c196189031f..556f82d3844 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12003-07-31 John Paul Wallington <jpw@gnu.org>
2
3 * net/browse-url.el (browse-url-epiphany): Doc fix.
4
12003-07-30 Kenichi Handa <handa@m17n.org> 52003-07-30 Kenichi Handa <handa@m17n.org>
2 6
3 * international/fontset.el (setup-default-fontset): Change 7 * international/fontset.el (setup-default-fontset): Change
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
983random existing one. A non-nil interactive prefix argument reverses 983random existing one. A non-nil interactive prefix argument reverses
984the effect of `browse-url-new-window-flag'. 984the effect of `browse-url-new-window-flag'.
985 985
986If `browse-url-galeon-new-window-is-tab' is non-nil, then whenever a 986If `browse-url-epiphany-new-window-is-tab' is non-nil, then whenever a
987document would otherwise be loaded in a new window, it is loaded in a 987document would otherwise be loaded in a new window, it is loaded in a
988new tab in an existing window instead. 988new tab in an existing window instead.
989 989