From: Richard M. Stallman Date: Thu, 10 Feb 2005 06:41:26 +0000 (+0000) Subject: (defface): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~2341 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=84acdbc35868d0be7a663054ca14758b6e8d15ef;p=emacs.git (defface): Doc fix. --- diff --git a/lisp/custom.el b/lisp/custom.el index e7aba88f72a..06f21f7d0e8 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -299,9 +299,10 @@ The possible attributes are `:family', `:width', `:height', `:weight', `:foreground', `:background', `:stipple', `:inverse-video', and `:inherit'. DISPLAY can either be the symbol t, which will match all frames, or an -alist of the form \((REQ ITEM...)...). For the DISPLAY to match a -FRAME, the REQ property of the frame must match one of the ITEM. The -following REQ are defined: +alist of elements of the form \(REQ ITEM...). For the DISPLAY to match a +FRAME, each of these elements must be satisfied, meaning that the +REQ property of the frame must match one of the corresponding ITEMs. +These are the defined REQ values: `type' (the value of `window-system') Under X, in addition to the values `window-system' can take,