]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/display.texi (Face Attributes): Fix typo.
authorPo Lu <luangruo@yahoo.com>
Tue, 11 Jan 2022 01:40:32 +0000 (09:40 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 11 Jan 2022 01:40:32 +0000 (09:40 +0800)
doc/lispref/display.texi

index 2183d35e7e1074d1656f99402a6487204f8c7ca7..12e19efab0e23b875cff5a49f25914a8b9d47e57 100644 (file)
@@ -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.