diff options
| author | Po Lu | 2022-01-11 09:40:32 +0800 |
|---|---|---|
| committer | Po Lu | 2022-01-11 09:40:32 +0800 |
| commit | 4cad2ada7882cd775d145346fe1309e4f68a5c3e (patch) | |
| tree | e5a8528b11d28e2d1073719a2b6f6c9ad6f23f8b | |
| parent | 81cb96df88c9bcaa582fbc76022625ab13a05ed8 (diff) | |
| download | emacs-4cad2ada7882cd775d145346fe1309e4f68a5c3e.tar.gz emacs-4cad2ada7882cd775d145346fe1309e4f68a5c3e.zip | |
; * doc/lispref/display.texi (Face Attributes): Fix typo.
| -rw-r--r-- | doc/lispref/display.texi | 2 |
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} |
| 2556 | Underline in color @var{color}, a string specifying a color. | 2556 | Underline 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}, |
| 2560 | meaning the foreground color of the face. Omitting the attribute | 2560 | meaning 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. |