diff lispref/display.texi @ 25809:89230444d638

patched by pjr from diff by rms
author Phillip Rulon <pjr@gnu.org>
date Fri, 24 Sep 1999 13:52:46 +0000
parents 467b88fab665
children 6a17c48b52ef
line wrap: on
line diff
--- a/lispref/display.texi	Fri Sep 24 12:57:21 1999 +0000
+++ b/lispref/display.texi	Fri Sep 24 13:52:46 1999 +0000
@@ -1301,11 +1301,18 @@
 @code{normal}, @code{semi-light}, @code{light}, @code{extra-light},
 @code{ultra-light}, or else @code{nil} meaning this attribute is not
 specified.
-   
+
+On a text-only terminal, any weight greater than normal is displayed as
+extra bright, and any weight less than normal is displayed as
+half-bright (This is provided the terminal supports the feature.)
+
 @item :slant
 Font slant---one of the symbols @code{italic}, @code{oblique}, @code{normal},
 @code{reverse-italic}, or @code{reverse-oblique}.
-   
+
+On a text-only terminal, slanted text is displayed as half-bright, if
+the terminal supports the feature.
+
 @item :foreground
 Foreground color, a string.