From 48df60f57a218b4c82eabbfa312141d5dc88d194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tibor=20Cs=C3=B6g=C3=B6r?= Date: Tue, 1 Nov 2016 01:38:07 +0100 Subject: [PATCH] Fix docstring of 'browse-url-firefox-new-window-is-tab' * lisp/net/browse-url.el (browse-url-firefox-new-window-is-tab): Remove obsolete remark from docstring (obsoleted by commit 20c6b227ea69b9cd47f92d1a7e0935312e8ce83c). (Bug#XXXXX) --- lisp/net/browse-url.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index 1bb4831..15f6df7 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el @@ -365,10 +365,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) -- 2.1.4