comparison man/lispref/faces.texi @ 5373:b6e59ea11533

Add min-colors specifier to defface, and document it.
author Jeff Sparkes <jsparkes@gmail.com>
date Thu, 17 Mar 2011 14:35:02 -0400
parents f200f93c0b69
children 4f0a1f4cc111
comparison
equal deleted inserted replaced
5372:6c3a695f54f5 5373:b6e59ea11533
25 such as @code{default} or @code{modeline}. 25 such as @code{default} or @code{modeline}.
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), device class (color, mono, or grayscale) and number of
31 displayable colors (min-colors).
31 @xref{Specifiers}, for more information. 32 @xref{Specifiers}, for more information.
32 33
33 The face named @code{default} is used for ordinary text. The face named 34 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 35 @code{modeline} is used for displaying the modeline. The face named
35 @code{highlight} is used for highlighted extents (@pxref{Extents}). The 36 @code{highlight} is used for highlighted extents (@pxref{Extents}). The