diff options
| author | Simon Josefsson | 2005-03-09 11:27:46 +0000 |
|---|---|---|
| committer | Simon Josefsson | 2005-03-09 11:27:46 +0000 |
| commit | e62ecf8543ae919e21e5430f914ed508b37a920b (patch) | |
| tree | 1a4718fea582c5bd3423e07d037ac345ed91386b | |
| parent | f195388009ff7218ff09cedaf5f303a46790dae7 (diff) | |
| download | emacs-e62ecf8543ae919e21e5430f914ed508b37a920b.tar.gz emacs-e62ecf8543ae919e21e5430f914ed508b37a920b.zip | |
2005-03-09 Simon Josefsson <jas@extundo.com>
* net/browse-url.el (browse-url-default-browser): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/net/browse-url.el | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 12d9a777e56..cc9031eea25 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-03-09 Simon Josefsson <jas@extundo.com> | ||
| 2 | |||
| 3 | * net/browse-url.el (browse-url-default-browser): Doc fix. | ||
| 4 | |||
| 1 | 2005-03-09 Miles Bader <miles@gnu.org> | 5 | 2005-03-09 Miles Bader <miles@gnu.org> |
| 2 | 6 | ||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-variable-ref) | 7 | * 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'. | |||
| 815 | When called non-interactively, optional second argument NEW-WINDOW is | 815 | When called non-interactively, optional second argument NEW-WINDOW is |
| 816 | used instead of `browse-url-new-window-flag'. | 816 | used instead of `browse-url-new-window-flag'. |
| 817 | 817 | ||
| 818 | The order attempted is gnome-moz-remote, Mozilla, Galeon, Netscape, | 818 | The order attempted is gnome-moz-remote, Mozilla, Galeon, |
| 819 | Mosaic, IXI Mosaic, Lynx in an xterm, MMM, Konqueror, and then W3." | 819 | Konqueror, Netscape, Mosaic, IXI Mosaic, Lynx in an xterm, MMM, |
| 820 | and then W3." | ||
| 820 | (apply | 821 | (apply |
| 821 | (cond | 822 | (cond |
| 822 | ((executable-find browse-url-gnome-moz-program) 'browse-url-gnome-moz) | 823 | ((executable-find browse-url-gnome-moz-program) 'browse-url-gnome-moz) |