Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 53d285a

Browse files
committed
Remove some false statements.
1 parent 3f8f164 commit 53d285a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Doc/lib/libwebbrowser.tex

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ \section{\module{webbrowser} ---
4848

4949
\begin{funcdesc}{open_new}{url}
5050
Open \var{url} in a new window of the default browser, if possible,
51-
otherwise, open \var{url} in the only browser window. (This entry
52-
point is deprecated and may be removed in 2.1.)
51+
otherwise, open \var{url} in the only browser window.
5352
\end{funcdesc}
5453

5554
\begin{funcdesc}{get}{\optional{name}}
@@ -125,6 +124,5 @@ \subsection{Browser Controller Objects \label{browser-controllers}}
125124
\begin{funcdesc}{open_new}{url}
126125
Open \var{url} in a new window of the browser handled by this
127126
controller, if possible, otherwise, open \var{url} in the only
128-
browser window. (This method is deprecated and may be removed in
129-
2.1.)
127+
browser window.
130128
\end{funcdesc}

0 commit comments

Comments
 (0)