Mercurial > hg > xemacs-beta
comparison lisp/custom.el @ 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 | d27c1ee1943b |
children | 294ab9180fad ac37a5f7e5be |
comparison
equal
deleted
inserted
replaced
5372:6c3a695f54f5 | 5373:b6e59ea11533 |
---|---|
322 `type' (the value of `window-system') | 322 `type' (the value of `window-system') |
323 Should be one of `x', `mswindows', or `tty'. | 323 Should be one of `x', `mswindows', or `tty'. |
324 | 324 |
325 `class' (the frame's color support) | 325 `class' (the frame's color support) |
326 Should be one of `color', `grayscale', or `mono'. | 326 Should be one of `color', `grayscale', or `mono'. |
327 | |
328 `min-colors' (the minimum number of colors the frame supports) | |
329 Should be in integer which is compared to `display-color-cells' | |
327 | 330 |
328 `background' (what color is used for the background text) | 331 `background' (what color is used for the background text) |
329 Should be one of `light' or `dark'. | 332 Should be one of `light' or `dark'. |
330 | 333 |
331 Read the section about customization in the Emacs Lisp manual for more | 334 Read the section about customization in the Emacs Lisp manual for more |