Mercurial > hg > xemacs-beta
comparison lisp/custom.el @ 404:2f8bb876ab1d r21-2-32
Import from CVS: tag r21-2-32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:16:07 +0200 |
parents | 74fd4e045ea6 |
children | de805c49cfc1 |
comparison
equal
deleted
inserted
replaced
403:9f011ab08d48 | 404:2f8bb876ab1d |
---|---|
225 | 225 |
226 For the DISPLAY to match a FRAME, the REQ property of the frame must | 226 For the DISPLAY to match a FRAME, the REQ property of the frame must |
227 match one of the ITEM. The following REQ are defined: | 227 match one of the ITEM. The following REQ are defined: |
228 | 228 |
229 `type' (the value of `window-system') | 229 `type' (the value of `window-system') |
230 Should be one of `x' or `tty'. | 230 Should be one of `x', `mswindows', or `tty'. |
231 | 231 |
232 `class' (the frame's color support) | 232 `class' (the frame's color support) |
233 Should be one of `color', `grayscale', or `mono'. | 233 Should be one of `color', `grayscale', or `mono'. |
234 | 234 |
235 `background' (what color is used for the background text) | 235 `background' (what color is used for the background text) |