diff --git a/docs/newgrf-roadstops-nml.html b/docs/newgrf-roadstops-nml.html
index 895e55d736..63bebb82e1 100644
--- a/docs/newgrf-roadstops-nml.html
+++ b/docs/newgrf-roadstops-nml.html
@@ -151,9 +151,9 @@
nearby_tile_height | x, y offset (-8..7) | | The minimum height of the given tile in height level units |
nearby_tile_class | x, y offset (-8..7) | tile class | |
nearby_tile_info | x, y offset (-8..7) | | Above nearby tile variables in one variable (all of variable 0x67) |
- nearby_tile_is_road_stop | x, y offset (-8..7) | 0 | 1 | Is nearby tile a road stop? |
nearby_tile_animation_frame | x, y offset (-8..7) | 0..255 | Animation frame of a nearby road stop tile |
- nearby_tile_station_id | x, y offset (-8..7) | | Is nearby_tile_same_grf is true, ID of a road stop on a nearby tile |
+ nearby_tile_is_road_stop | x, y offset (-8..7) | 0 | 1 | Is nearby tile a road stop? |
+ nearby_tile_road_stop_id | x, y offset (-8..7) | | Is nearby_tile_same_grf is true, ID of a road stop on a nearby tile |
nearby_tile_same_grf | x, y offset (-8..7) | 0 | 1 | Is a road stop on a nearby tile defined by the same GRF? |
nearby_tile_other_grf | x, y offset (-8..7) | 0 | 1 | Is a road stop on a nearby tile defined by another GRF? |
nearby_tile_original_gfx | x, y offset (-8..7) | 0 | 1 | Is a road stop on a nearby tile using original graphics? |