summaryrefslogtreecommitdiffstats
path: root/doc/classes/Window.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/Window.xml')
-rw-r--r--doc/classes/Window.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Window.xml b/doc/classes/Window.xml
index 63caaefe07..97c7ffdd3c 100644
--- a/doc/classes/Window.xml
+++ b/doc/classes/Window.xml
@@ -360,7 +360,7 @@
<method name="move_to_foreground" deprecated="Use [method Window.grab_focus] instead.">
<return type="void" />
<description>
- Moves the [Window] on top of other windows and focuses it.
+ Causes the window to grab focus, allowing it to receive user input.
</description>
</method>
<method name="popup">