From 5c86305d53df4e75b841f000eaa8604857a44615 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). (cherry picked from commit 569186c36e3bce06e69c8c037553789ee21d722b) --- 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 668cc224b2f..f756070d05b 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -2765,7 +2765,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.39.5