emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 cd05b1d: Fix docstring of 'browse-url-firefox-new


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 cd05b1d: Fix docstring of 'browse-url-firefox-new-window-is-tab'
Date: Fri, 4 Nov 2016 09:26:04 +0000 (UTC)

branch: emacs-25
commit cd05b1db33e9518a0ffce7bfe2e7421a0509492e
Author: Tibor Csögör <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix docstring of 'browse-url-firefox-new-window-is-tab'
    
    * 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 |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el
index c0b3591..be85928 100644
--- a/lisp/net/browse-url.el
+++ b/lisp/net/browse-url.el
@@ -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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]