# HG changeset patch # User Simon Josefsson # Date 1110367666 0 # Node ID 5c3e9736e5322c1c40e285a1f04eb38656d87139 # Parent d599af947fb2b6874eb9d1391b3cac2928bfe040 2005-03-09 Simon Josefsson * net/browse-url.el (browse-url-default-browser): Doc fix. diff -r d599af947fb2 -r 5c3e9736e532 lisp/ChangeLog --- a/lisp/ChangeLog Wed Mar 09 10:16:02 2005 +0000 +++ b/lisp/ChangeLog Wed Mar 09 11:27:46 2005 +0000 @@ -1,3 +1,7 @@ +2005-03-09 Simon Josefsson + + * net/browse-url.el (browse-url-default-browser): Doc fix. + 2005-03-09 Miles Bader * emacs-lisp/bytecomp.el (byte-compile-variable-ref) diff -r d599af947fb2 -r 5c3e9736e532 lisp/net/browse-url.el --- a/lisp/net/browse-url.el Wed Mar 09 10:16:02 2005 +0000 +++ b/lisp/net/browse-url.el Wed Mar 09 11:27:46 2005 +0000 @@ -815,8 +815,9 @@ When called non-interactively, optional second argument NEW-WINDOW is used instead of `browse-url-new-window-flag'. -The order attempted is gnome-moz-remote, Mozilla, Galeon, Netscape, -Mosaic, IXI Mosaic, Lynx in an xterm, MMM, Konqueror, and then W3." +The order attempted is gnome-moz-remote, Mozilla, Galeon, +Konqueror, Netscape, Mosaic, IXI Mosaic, Lynx in an xterm, MMM, +and then W3." (apply (cond ((executable-find browse-url-gnome-moz-program) 'browse-url-gnome-moz)