From 623fa4e1b9218e8acafa0a4f3c9df322774fbd60 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 24 Jan 2022 09:29:34 -0800 Subject: [PATCH] Fix lua-filters documentation for table column widths. See #7864. --- doc/lua-filters.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/lua-filters.md b/doc/lua-filters.md index 15efc8c59..060e19956 100644 --- a/doc/lua-filters.md +++ b/doc/lua-filters.md @@ -1887,8 +1887,7 @@ This is a pair, i.e., a plain table, with the following components: 1. cell alignment ([Alignment]). -2. table column width, as a fraction of the total table width - (number). +2. table column width, as a fraction of the page width (number). ### ListAttributes {#type-listattributes}