# HG changeset patch # User Glenn Morris # Date 1177476359 0 # Node ID 306a6e2bc5f2ab19dee6712df4a7e0f51af4a127 # Parent f18c1f85846812971f4f8704c5f980a983b10854 Johan Bockg? : (defface): Doc fix. diff -r f18c1f858468 -r 306a6e2bc5f2 lisp/custom.el --- a/lisp/custom.el Wed Apr 25 04:45:45 2007 +0000 +++ b/lisp/custom.el Wed Apr 25 04:45:59 2007 +0000 @@ -331,7 +331,7 @@ SPEC should be an alist of the form ((DISPLAY ATTS)...). -In the first element, DISPLAY can be :default. The ATTS in that +In the first element, DISPLAY can be `default'. The ATTS in that element then act as defaults for all the following elements. Aside from that, DISPLAY specifies conditions to match some or @@ -341,7 +341,7 @@ elements are ignored, on that frame. In the last element, DISPLAY can be t. That element applies to a -frame if none of the previous elements (except the :default if +frame if none of the previous elements (except the `default' if any) did. ATTS is a list of face attributes followed by their values: @@ -351,7 +351,7 @@ `:slant', `:underline', `:overline', `:strike-through', `:box', `:foreground', `:background', `:stipple', `:inverse-video', and `:inherit'. -DISPLAY can be `:default' (only in the first element), the symbol +DISPLAY can be `default' (only in the first element), the symbol t (only in the last element) to match all frames, or an alist of conditions of the form \(REQ ITEM...). For such an alist to match a frame, each of the conditions must be satisfied, meaning