From: Simon Josefsson Date: Wed, 9 Mar 2005 11:27:46 +0000 (+0000) Subject: 2005-03-09 Simon Josefsson X-Git-Tag: ttn-vms-21-2-B4~1864 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e62ecf8543ae919e21e5430f914ed508b37a920b;p=emacs.git 2005-03-09 Simon Josefsson * net/browse-url.el (browse-url-default-browser): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 12d9a777e56..cc9031eea25 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index 78c8e976269..9b5708d6503 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el @@ -815,8 +815,9 @@ the effect of `browse-url-new-window-flag'. 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)