]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix docstring of 'browse-url-firefox-new-window-is-tab'
authorTibor Csögör <tibi@tiborius.net>
Fri, 4 Nov 2016 09:24:21 +0000 (11:24 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 4 Nov 2016 09:24:21 +0000 (11:24 +0200)
* lisp/net/browse-url.el (browse-url-firefox-new-window-is-tab):
Remove obsolete note from docstring (obsoleted by previous commits).
(Bug#24843)

Copyright-paperwork-exempt: yes

lisp/net/browse-url.el

index c0b359176ec3b657af8c1bd9c20ee044d76ef836..be8592838916d9041ae6aa08fb040fae09d0a6fa 100644 (file)
@@ -356,10 +356,7 @@ If non-nil, then open the URL in a new tab rather than a new window if
 (defcustom browse-url-firefox-new-window-is-tab nil
   "Whether to open up new windows in a tab or a new window.
 If non-nil, then open the URL in a new tab rather than a new window if
-`browse-url-firefox' is asked to open it in a new window.
-
-This option is currently ignored on MS-Windows, since the necessary
-functionality is not available there."
+`browse-url-firefox' is asked to open it in a new window."
   :type 'boolean
   :group 'browse-url)