changeset 60003:9063407a6970

(defface): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 10 Feb 2005 06:41:26 +0000
parents 3d5a318cb24a
children 2832745c4aee
files lisp/custom.el
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/custom.el	Thu Feb 10 04:29:47 2005 +0000
+++ b/lisp/custom.el	Thu Feb 10 06:41:26 2005 +0000
@@ -299,9 +299,10 @@
 `: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,