Mercurial > hg > xemacs-beta
diff lisp/objects.el @ 4201:6e9bd19ec103
[xemacs-hg @ 2007-10-02 07:54:07 by didierv]
Really make face-boolean specifiers
author | didierv |
---|---|
date | Tue, 02 Oct 2007 07:54:08 +0000 |
parents | e1bc252950d9 |
children | 5502045ec510 |
line wrap: on
line diff
--- a/lisp/objects.el Mon Oct 01 21:50:59 2007 +0000 +++ b/lisp/objects.el Tue Oct 02 07:54:08 2007 +0000 @@ -186,12 +186,12 @@ Valid instantiators for face-boolean specifiers are -- t or nil --- a vector of two or three elements: a face to inherit from, +-- a vector of one, two or three elements: a face to inherit from, optionally a symbol naming the property of that face to inherit from (if omitted, defaults to the same property that this face-boolean specifier is used for; if this specifier is not part of a face, the instantiator would not be valid), and optionally a value which, if non-nil, means to invert the sense of the inherited property." - (make-specifier-and-init 'color spec-list)) + (make-specifier-and-init 'face-boolean spec-list)) ;;; objects.el ends here.