comparison lisp/custom.el @ 17949:3b0f71e1661d

(defface): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 25 May 1997 22:01:44 +0000
parents 4a4844821e04
children bccd356a3b7c
comparison
equal deleted inserted replaced
17948:5fedfd0ef32e 17949:3b0f71e1661d
201 201
202 The remaining arguments should have the form 202 The remaining arguments should have the form
203 203
204 [KEYWORD VALUE]... 204 [KEYWORD VALUE]...
205 205
206 The following KEYWORD's are defined: 206 The following KEYWORDs are defined:
207 207
208 :group VALUE should be a customization group. 208 :group VALUE should be a customization group.
209 Add FACE to that group. 209 Add FACE to that group.
210 210
211 SPEC should be an alist of the form ((DISPLAY ATTS)...). 211 SPEC should be an alist of the form ((DISPLAY ATTS)...).
212 212
213 ATTS is a list of face attributes and their values. The possible 213 The first element of SPEC where the DISPLAY matches the frame
214 attributes are defined in the variable `custom-face-attributes'. 214 is the one that takes effect in that frame. The ATTRs in this
215 215 element take effect; the other elements are ignored, on that frame.
216 The ATTS of the first entry in SPEC where the DISPLAY matches the 216
217 frame should take effect in that frame. DISPLAY can either be the 217 ATTS is a list of face attributes followed by their values:
218 symbol t, which will match all frames, or an alist of the form 218 (ATTR VALUE ATTR VALUE...)
219 \((REQ ITEM...)...) 219 The possible attributes are `:bold', `:italic', `:underline',
220 220 `:foreground', `:background', `:stipple' and `:inverse-video'.
221 For the DISPLAY to match a FRAME, the REQ property of the frame must 221
222 match one of the ITEM. The following REQ are defined: 222 DISPLAY can either be the symbol t, which will match all frames, or an
223 alist of the form \((REQ ITEM...)...). For the DISPLAY to match a
224 FRAME, the REQ property of the frame must match one of the ITEM. The
225 following REQ are defined:
223 226
224 `type' (the value of `window-system') 227 `type' (the value of `window-system')
225 Should be one of `x' or `tty'. 228 Should be one of `x' or `tty'.
226 229
227 `class' (the frame's color support) 230 `class' (the frame's color support)