comparison lisp/custom.el @ 55545:70c4138d3b8d

* custom.el (defface): Document that type can have value gtk. * faces.el (face-spec-set-match-display): Handle type gtk in display.
author Jan Djärv <jan.h.d@swipnet.se>
date Wed, 12 May 2004 09:23:02 +0000
parents 10cd0e6bfb73
children 4ecb534c2d20
comparison
equal deleted inserted replaced
55544:59e049798a0a 55545:70c4138d3b8d
296 FRAME, the REQ property of the frame must match one of the ITEM. The 296 FRAME, the REQ property of the frame must match one of the ITEM. The
297 following REQ are defined: 297 following REQ are defined:
298 298
299 `type' (the value of `window-system') 299 `type' (the value of `window-system')
300 Under X, in addition to the values `window-system' can take, 300 Under X, in addition to the values `window-system' can take,
301 `motif', `lucid' and `x-toolkit' are allowed, and match when 301 `motif', `lucid', `gtk' and `x-toolkit' are allowed, and match when
302 the Motif toolkit, Lucid toolkit, or any X toolkit is in use. 302 the Motif toolkit, Lucid toolkit, GTK toolkit or any X toolkit is in use.
303 303
304 `class' (the frame's color support) 304 `class' (the frame's color support)
305 Should be one of `color', `grayscale', or `mono'. 305 Should be one of `color', `grayscale', or `mono'.
306 306
307 `background' (what color is used for the background text) 307 `background' (what color is used for the background text)