aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-02-10 06:41:26 +0000
committerRichard M. Stallman2005-02-10 06:41:26 +0000
commit84acdbc35868d0be7a663054ca14758b6e8d15ef (patch)
tree8fc3faeb84300e27cbb1e2468f02abfbdea2a71d
parentd25e21dddcd4df58a4029f106ad7eea82c5726dd (diff)
downloademacs-84acdbc35868d0be7a663054ca14758b6e8d15ef.tar.gz
emacs-84acdbc35868d0be7a663054ca14758b6e8d15ef.zip
(defface): Doc fix.
-rw-r--r--lisp/custom.el7
1 files changed, 4 insertions, 3 deletions
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',
299`:foreground', `:background', `:stipple', `:inverse-video', and `:inherit'. 299`:foreground', `:background', `:stipple', `:inverse-video', and `:inherit'.
300 300
301DISPLAY can either be the symbol t, which will match all frames, or an 301DISPLAY can either be the symbol t, which will match all frames, or an
302alist of the form \((REQ ITEM...)...). For the DISPLAY to match a 302alist of elements of the form \(REQ ITEM...). For the DISPLAY to match a
303FRAME, the REQ property of the frame must match one of the ITEM. The 303FRAME, each of these elements must be satisfied, meaning that the
304following REQ are defined: 304REQ property of the frame must match one of the corresponding ITEMs.
305These are the defined REQ values:
305 306
306`type' (the value of `window-system') 307`type' (the value of `window-system')
307 Under X, in addition to the values `window-system' can take, 308 Under X, in addition to the values `window-system' can take,