diff lisp/net/browse-url.el @ 60535:5c3e9736e532

2005-03-09 Simon Josefsson <jas@extundo.com> * net/browse-url.el (browse-url-default-browser): Doc fix.
author Simon Josefsson <jas@extundo.com>
date Wed, 09 Mar 2005 11:27:46 +0000
parents 84bb59b0b21d
children df55e63482c4 e330fedc9152
line wrap: on
line diff
--- 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)