aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorPhillip Rulon1999-09-24 13:52:46 +0000
committerPhillip Rulon1999-09-24 13:52:46 +0000
commit66f54605e12ff94855ddedbf2f31cb0705ec469d (patch)
tree177330c6c398aac88adab92091defeda87230f9f /lispref
parentcbcb61603b4561ceeeeef8445690c33b600e7277 (diff)
downloademacs-66f54605e12ff94855ddedbf2f31cb0705ec469d.tar.gz
emacs-66f54605e12ff94855ddedbf2f31cb0705ec469d.zip
patched by pjr from diff by rms
Diffstat (limited to 'lispref')
-rw-r--r--lispref/display.texi11
1 files changed, 9 insertions, 2 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index 2f9cb0c9bdc..c0345767737 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -1301,11 +1301,18 @@ Font weight---a symbol from this series (from most dense to most faint):
1301@code{normal}, @code{semi-light}, @code{light}, @code{extra-light}, 1301@code{normal}, @code{semi-light}, @code{light}, @code{extra-light},
1302@code{ultra-light}, or else @code{nil} meaning this attribute is not 1302@code{ultra-light}, or else @code{nil} meaning this attribute is not
1303specified. 1303specified.
1304 1304
1305On a text-only terminal, any weight greater than normal is displayed as
1306extra bright, and any weight less than normal is displayed as
1307half-bright (This is provided the terminal supports the feature.)
1308
1305@item :slant 1309@item :slant
1306Font slant---one of the symbols @code{italic}, @code{oblique}, @code{normal}, 1310Font slant---one of the symbols @code{italic}, @code{oblique}, @code{normal},
1307@code{reverse-italic}, or @code{reverse-oblique}. 1311@code{reverse-italic}, or @code{reverse-oblique}.
1308 1312
1313On a text-only terminal, slanted text is displayed as half-bright, if
1314the terminal supports the feature.
1315
1309@item :foreground 1316@item :foreground
1310Foreground color, a string. 1317Foreground color, a string.
1311 1318