diff options
| author | Phillip Rulon | 1999-09-24 13:52:46 +0000 |
|---|---|---|
| committer | Phillip Rulon | 1999-09-24 13:52:46 +0000 |
| commit | 66f54605e12ff94855ddedbf2f31cb0705ec469d (patch) | |
| tree | 177330c6c398aac88adab92091defeda87230f9f /lispref | |
| parent | cbcb61603b4561ceeeeef8445690c33b600e7277 (diff) | |
| download | emacs-66f54605e12ff94855ddedbf2f31cb0705ec469d.tar.gz emacs-66f54605e12ff94855ddedbf2f31cb0705ec469d.zip | |
patched by pjr from diff by rms
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/display.texi | 11 |
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 |
| 1303 | specified. | 1303 | specified. |
| 1304 | 1304 | ||
| 1305 | On a text-only terminal, any weight greater than normal is displayed as | ||
| 1306 | extra bright, and any weight less than normal is displayed as | ||
| 1307 | half-bright (This is provided the terminal supports the feature.) | ||
| 1308 | |||
| 1305 | @item :slant | 1309 | @item :slant |
| 1306 | Font slant---one of the symbols @code{italic}, @code{oblique}, @code{normal}, | 1310 | Font 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 | ||
| 1313 | On a text-only terminal, slanted text is displayed as half-bright, if | ||
| 1314 | the terminal supports the feature. | ||
| 1315 | |||
| 1309 | @item :foreground | 1316 | @item :foreground |
| 1310 | Foreground color, a string. | 1317 | Foreground color, a string. |
| 1311 | 1318 | ||