From 569186c36e3bce06e69c8c037553789ee21d722b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 16 Oct 2024 07:59:59 +0300 Subject: [PATCH] ; * doc/lispref/display.texi (Face Attributes): Fix typo (bug#73824). --- doc/lispref/display.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 9075ff678e0..1d5ba98f062 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -2767,7 +2767,7 @@ Draw a box with lines of width 1, in the foreground color. Draw a box with lines of width 1, in color @var{color}. @item @code{(:line-width (@var{vwidth} . @var{hwidth}) :color @var{color} :style @var{style})} -You can explicitly specify all aspects of the box with a plist on this +You can explicitly specify all aspects of the box with a plist of this form. Any element in this plist can be omitted. The values of @var{vwidth} and @var{hwidth} specify respectively the -- 2.30.2