From 6448bd30c4b69f1113385a5d829680132d827c3f Mon Sep 17 00:00:00 2001
From: Albert Krewinkel <albert@zeitkraut.de>
Date: Sat, 25 Jul 2020 20:57:09 +0200
Subject: [PATCH] doc/lua-filters.md: document `body` field

---
 doc/lua-filters.md | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/doc/lua-filters.md b/doc/lua-filters.md
index 11c54a8fd..1bb85493f 100644
--- a/doc/lua-filters.md
+++ b/doc/lua-filters.md
@@ -1650,13 +1650,16 @@ Fields:
 `attr`
 :   table body attributes ([Attr])
 
-`row_head_columns`
-:   number of columns taken up by the row head of each row of a
-    [TableBody]. The row body takes up the remaining columns.
+`body`
+:   table body rows (list of [Rows])
 
 `head`
 :   intermediate head (list of [Rows])
 
+`row_head_columns`
+:   number of columns taken up by the row head of each row of a
+    [TableBody]. The row body takes up the remaining columns.
+
 ### TableFoot {#type-tablefoot}
 
 The foot of a table.