diff --git a/docs/index.html b/docs/index.html
index d7615df36..059a2defe 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -3379,7 +3379,9 @@ Ms Pac-Man (Stella extended codes):
Display.YStart: |
Indicates the scan-line to start displaying at.
- The value must be n such that 0 <= n <= 64. |
+ The value must be n such that 0 <= n <= 64.
+ Setting n to zero will enable ystart autodetection, which
+ should work fine for the vast majority of ROMs.