From f2df6460e90b9a6eb561026343c193e428189e08 Mon Sep 17 00:00:00 2001 From: Joost Kremers Date: Sat, 25 May 2024 21:55:29 +0200 Subject: [PATCH] Update documentation for 'width' slot of vtable ':column' object --- doc/misc/vtable.texi | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/doc/misc/vtable.texi b/doc/misc/vtable.texi index 822b1097cd9..6003435385f 100644 --- a/doc/misc/vtable.texi +++ b/doc/misc/vtable.texi @@ -281,11 +281,19 @@ Making A Table The name of the column. @item width -The width of the column. This is either a number (the width of that -many @samp{x} characters in the table's face), or a string on the form -@samp{Xe@var{x}}, where @var{x} is a number of @samp{x} characters, or a -string on the form @samp{Xp@var{x}} (denoting a number of pixels), or a -string on the form @samp{X%} (a percentage of the window's width). +The width of the column. This can be one of the following: + +@table @asis +@item a number @var{n} +@itemx a string of the form @samp{@var{n}ex} +The width of @var{n} @samp{x} characters in the table's face. + +@item a string of the form @samp{@var{n}px} +@var{n} pixels. + +@item a string of the form @samp{@var{n}%} +@var{n} percent of the window's width. +@end table @item min-width This uses the same format as @code{width}, but specifies the minimum -- 2.45.1