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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/custom.el [emacs-unicode-2]
Date: Mon, 28 Jun 2004 04:57:35 -0400

Index: emacs/lisp/custom.el
diff -c emacs/lisp/custom.el:1.66.4.1 emacs/lisp/custom.el:1.66.4.2
*** emacs/lisp/custom.el:1.66.4.1       Fri Apr 16 12:49:48 2004
--- emacs/lisp/custom.el        Mon Jun 28 07:28:27 2004
***************
*** 54,60 ****
    "Initialize SYMBOL with VALUE.
  This will do nothing if symbol already has a default binding.
  Otherwise, if symbol has a `saved-value' property, it will evaluate
! the car of that and used as the default binding for symbol.
  Otherwise, VALUE will be evaluated and used as the default binding for
  symbol."
    (unless (default-boundp symbol)
--- 54,60 ----
    "Initialize SYMBOL with VALUE.
  This will do nothing if symbol already has a default binding.
  Otherwise, if symbol has a `saved-value' property, it will evaluate
! the car of that and use it as the default binding for symbol.
  Otherwise, VALUE will be evaluated and used as the default binding for
  symbol."
    (unless (default-boundp symbol)
***************
*** 176,182 ****
    "Declare SYMBOL as a customizable variable that defaults to VALUE.
  DOC is the variable documentation.
  
! Neither SYMBOL nor VALUE needs to be quoted.
  If SYMBOL is not already bound, initialize it to VALUE.
  The remaining arguments should have the form
  
--- 176,182 ----
    "Declare SYMBOL as a customizable variable that defaults to VALUE.
  DOC is the variable documentation.
  
! Neither SYMBOL nor VALUE need to be quoted.
  If SYMBOL is not already bound, initialize it to VALUE.
  The remaining arguments should have the form
  
***************
*** 298,305 ****
  
  `type' (the value of `window-system')
    Under X, in addition to the values `window-system' can take,
!   `motif', `lucid' and `x-toolkit' are allowed, and match when
!   the Motif toolkit, Lucid toolkit, or any X toolkit is in use.
  
  `class' (the frame's color support)
    Should be one of `color', `grayscale', or `mono'.
--- 298,305 ----
  
  `type' (the value of `window-system')
    Under X, in addition to the values `window-system' can take,
!   `motif', `lucid', `gtk' and `x-toolkit' are allowed, and match when
!   the Motif toolkit, Lucid toolkit, GTK toolkit or any X toolkit is in use.
  
  `class' (the frame's color support)
    Should be one of `color', `grayscale', or `mono'.
***************
*** 311,316 ****
--- 311,321 ----
    Should be an integer, it is compared with the result of
    `display-color-cells'.
  
+ `supports' (only match frames that support the specified face attributes)
+   Should be a list of face attributes.  See the documentation for
+   the function `display-supports-face-attributes-p' for more
+   information on exactly how testing is done.
+ 
  Read the section about customization in the Emacs Lisp manual for more
  information."
    ;; It is better not to use backquote in this file,




reply via email to

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