1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

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
This commit is contained in:
Tibor Csögör 2016-11-04 11:24:21 +02:00 committed by Eli Zaretskii
parent bdc89eb4a6
commit cd05b1db33

View 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)