]> git.eshelyaron.com Git - emacs.git/commitdiff
2005-03-09 Simon Josefsson <jas@extundo.com>
authorSimon Josefsson <jas@extundo.com>
Wed, 9 Mar 2005 11:27:46 +0000 (11:27 +0000)
committerSimon Josefsson <jas@extundo.com>
Wed, 9 Mar 2005 11:27:46 +0000 (11:27 +0000)
* net/browse-url.el (browse-url-default-browser): Doc fix.

lisp/ChangeLog
lisp/net/browse-url.el

index 12d9a777e56baa39d8758838e76c9dfd1f2e1770..cc9031eea25b65f8e87fb76d798295366c9f374e 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-09  Simon Josefsson  <jas@extundo.com>
+
+       * net/browse-url.el (browse-url-default-browser): Doc fix.
+
 2005-03-09  Miles Bader  <miles@gnu.org>
 
        * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
index 78c8e976269e69776a3d1b04927147f82993c412..9b5708d65033cd4ce683bcf3350fefd2a0ea6c73 100644 (file)
@@ -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)