aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPo Lu2022-01-11 09:40:32 +0800
committerPo Lu2022-01-11 09:40:32 +0800
commit4cad2ada7882cd775d145346fe1309e4f68a5c3e (patch)
treee5a8528b11d28e2d1073719a2b6f6c9ad6f23f8b
parent81cb96df88c9bcaa582fbc76022625ab13a05ed8 (diff)
downloademacs-4cad2ada7882cd775d145346fe1309e4f68a5c3e.tar.gz
emacs-4cad2ada7882cd775d145346fe1309e4f68a5c3e.zip
; * doc/lispref/display.texi (Face Attributes): Fix typo.
-rw-r--r--doc/lispref/display.texi2
1 files changed, 1 insertions, 1 deletions
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.
2555@item @var{color} 2555@item @var{color}
2556Underline in color @var{color}, a string specifying a color. 2556Underline in color @var{color}, a string specifying a color.
2557 2557
2558@item @code{(:color @var{color} :style @var{style} :position @var{position}} 2558@item @code{(:color @var{color} :style @var{style} :position @var{position})}
2559@var{color} is either a string, or the symbol @code{foreground-color}, 2559@var{color} is either a string, or the symbol @code{foreground-color},
2560meaning the foreground color of the face. Omitting the attribute 2560meaning the foreground color of the face. Omitting the attribute
2561@code{:color} means to use the foreground color of the face. 2561@code{:color} means to use the foreground color of the face.