Mercurial > hg > xemacs-beta
comparison lisp/custom.el @ 5473:ac37a5f7e5be
Merge with trunk.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Thu, 17 Mar 2011 23:42:59 +0100 |
parents | b9167d522a9a b6e59ea11533 |
children | 4dee0387b9de |
comparison
equal
deleted
inserted
replaced
5472:e79980ee5efe | 5473:ac37a5f7e5be |
---|---|
320 `type' (the value of `window-system') | 320 `type' (the value of `window-system') |
321 Should be one of `x', `mswindows', or `tty'. | 321 Should be one of `x', `mswindows', or `tty'. |
322 | 322 |
323 `class' (the frame's color support) | 323 `class' (the frame's color support) |
324 Should be one of `color', `grayscale', or `mono'. | 324 Should be one of `color', `grayscale', or `mono'. |
325 | |
326 `min-colors' (the minimum number of colors the frame supports) | |
327 Should be in integer which is compared to `display-color-cells' | |
325 | 328 |
326 `background' (what color is used for the background text) | 329 `background' (what color is used for the background text) |
327 Should be one of `light' or `dark'. | 330 Should be one of `light' or `dark'. |
328 | 331 |
329 Read the section about customization in the Emacs Lisp manual for more | 332 Read the section about customization in the Emacs Lisp manual for more |