emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/custom.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/custom.el
Date: Thu, 10 Feb 2005 01:41:27 -0500

Index: emacs/lisp/custom.el
diff -c emacs/lisp/custom.el:1.78 emacs/lisp/custom.el:1.79
*** emacs/lisp/custom.el:1.78   Wed Jan 12 22:48:19 2005
--- emacs/lisp/custom.el        Thu Feb 10 06:41:26 2005
***************
*** 299,307 ****
  `: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:
  
  `type' (the value of `window-system')
    Under X, in addition to the values `window-system' can take,
--- 299,308 ----
  `:foreground', `:background', `:stipple', `:inverse-video', and `:inherit'.
  
  DISPLAY can either be the symbol t, which will match all frames, or an
! 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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]