Mercurial > hg > xemacs-beta
comparison man/lispref/faces.texi @ 335:54f7aa390f4f r21-0-65
Import from CVS: tag r21-0-65
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:50:39 +0200 |
parents | 376386a54a3c |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
334:58353925ad93 | 335:54f7aa390f4f |
---|---|
26 | 26 |
27 Each built-in property of a face is controlled using a specifier, | 27 Each built-in property of a face is controlled using a specifier, |
28 which allows it to have separate values in particular buffers, frames, | 28 which allows it to have separate values in particular buffers, frames, |
29 windows, and devices and to further vary according to device type | 29 windows, and devices and to further vary according to device type |
30 (X or TTY) and device class (color, mono, or grayscale). | 30 (X or TTY) and device class (color, mono, or grayscale). |
31 @xref{Specifiers} for more information. | 31 @xref{Specifiers}, for more information. |
32 | 32 |
33 The face named @code{default} is used for ordinary text. The face named | 33 The face named @code{default} is used for ordinary text. The face named |
34 @code{modeline} is used for displaying the modeline. The face named | 34 @code{modeline} is used for displaying the modeline. The face named |
35 @code{highlight} is used for highlighted extents (@pxref{Extents}). The | 35 @code{highlight} is used for highlighted extents (@pxref{Extents}). The |
36 faces named @code{left-margin} and @code{right-margin} are used for the | 36 faces named @code{left-margin} and @code{right-margin} are used for the |