aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-04-25 04:44:28 +0000
committerGlenn Morris2007-04-25 04:44:28 +0000
commitebdaed17f4b48e115c49c9eac5bbc85631172be4 (patch)
tree106fdea0ac7f39765cb2964f02d901ae2d7e626c
parentd497fd17a15ea0b3d84016f03178c9d3a7b63748 (diff)
downloademacs-ebdaed17f4b48e115c49c9eac5bbc85631172be4.tar.gz
emacs-ebdaed17f4b48e115c49c9eac5bbc85631172be4.zip
Johan Bockg� <bojohan at dd.chalmers.se>:
(defface): Doc fix.
-rw-r--r--lisp/custom.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/custom.el b/lisp/custom.el
index d53951793d2..f5028ddc0d5 100644
--- a/lisp/custom.el
+++ b/lisp/custom.el
@@ -331,7 +331,7 @@ For a list of valid keywords, see the common keywords listed in
331 331
332SPEC should be an alist of the form ((DISPLAY ATTS)...). 332SPEC should be an alist of the form ((DISPLAY ATTS)...).
333 333
334In the first element, DISPLAY can be :default. The ATTS in that 334In the first element, DISPLAY can be `default'. The ATTS in that
335element then act as defaults for all the following elements. 335element then act as defaults for all the following elements.
336 336
337Aside from that, DISPLAY specifies conditions to match some or 337Aside from that, DISPLAY specifies conditions to match some or
@@ -341,7 +341,7 @@ frame. The ATTRs in this element take effect, and the following
341elements are ignored, on that frame. 341elements are ignored, on that frame.
342 342
343In the last element, DISPLAY can be t. That element applies to a 343In the last element, DISPLAY can be t. That element applies to a
344frame if none of the previous elements (except the :default if 344frame if none of the previous elements (except the `default' if
345any) did. 345any) did.
346 346
347ATTS is a list of face attributes followed by their values: 347ATTS is a list of face attributes followed by their values:
@@ -351,7 +351,7 @@ The possible attributes are `:family', `:width', `:height', `:weight',
351`:slant', `:underline', `:overline', `:strike-through', `:box', 351`:slant', `:underline', `:overline', `:strike-through', `:box',
352`:foreground', `:background', `:stipple', `:inverse-video', and `:inherit'. 352`:foreground', `:background', `:stipple', `:inverse-video', and `:inherit'.
353 353
354DISPLAY can be `:default' (only in the first element), the symbol 354DISPLAY can be `default' (only in the first element), the symbol
355t (only in the last element) to match all frames, or an alist of 355t (only in the last element) to match all frames, or an alist of
356conditions of the form \(REQ ITEM...). For such an alist to 356conditions of the form \(REQ ITEM...). For such an alist to
357match a frame, each of the conditions must be satisfied, meaning 357match a frame, each of the conditions must be satisfied, meaning