diff --git a/doc/classes/Window.xml b/doc/classes/Window.xml
index 90eba0bdea8..0302bdc532d 100644
--- a/doc/classes/Window.xml
+++ b/doc/classes/Window.xml
@@ -333,6 +333,7 @@
Returns [code]true[/code] if the window is currently embedded in another window.
+ [b]Note:[/b] This will return [code]false[/code] when "Embed Game on Next Play" is enabled, because it still is a separate native window. To check for that use [method Engine.is_embedded_in_editor].