From 4cad2ada7882cd775d145346fe1309e4f68a5c3e Mon Sep 17 00:00:00 2001 From: Po Lu Date: Tue, 11 Jan 2022 09:40:32 +0800 Subject: [PATCH] ; * doc/lispref/display.texi (Face Attributes): Fix typo. --- 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 2183d35e7e1..12e19efab0e 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -2555,7 +2555,7 @@ Underline with the foreground color of the face. @item @var{color} Underline in color @var{color}, a string specifying a color. -@item @code{(:color @var{color} :style @var{style} :position @var{position}} +@item @code{(:color @var{color} :style @var{style} :position @var{position})} @var{color} is either a string, or the symbol @code{foreground-color}, meaning the foreground color of the face. Omitting the attribute @code{:color} means to use the foreground color of the face. -- 2.39.5