diff --git a/docs/labwc-actions.5.scd b/docs/labwc-actions.5.scd
index 99b86983..4f650c60 100644
--- a/docs/labwc-actions.5.scd
+++ b/docs/labwc-actions.5.scd
@@ -39,9 +39,14 @@ Actions are used in menus and keyboard/mouse bindings.
**
Begin interactive move of window under cursor
-**
- Move window to edge of outputs. Understands directions "left", "up",
- "right" and "down".
+**
+ Move window until it hits the next edge.
+
+ *direction* [left|up|right|down] Direction in which to move.
+
+ *snapWindows* [yes|no] Move window until it hits an edge of
+ another window or screen edge. If set to "no", only move to
+ the next screen edge. Default is yes.
**
Begin interactive resize of window under cursor