Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4200:c22bb3b4b5a3 | 4201:6e9bd19ec103 |
---|---|
184 how specifiers work. | 184 how specifiers work. |
185 | 185 |
186 Valid instantiators for face-boolean specifiers are | 186 Valid instantiators for face-boolean specifiers are |
187 | 187 |
188 -- t or nil | 188 -- t or nil |
189 -- a vector of two or three elements: a face to inherit from, | 189 -- a vector of one, two or three elements: a face to inherit from, |
190 optionally a symbol naming the property of that face to inherit from | 190 optionally a symbol naming the property of that face to inherit from |
191 (if omitted, defaults to the same property that this face-boolean | 191 (if omitted, defaults to the same property that this face-boolean |
192 specifier is used for; if this specifier is not part of a face, | 192 specifier is used for; if this specifier is not part of a face, |
193 the instantiator would not be valid), and optionally a value which, | 193 the instantiator would not be valid), and optionally a value which, |
194 if non-nil, means to invert the sense of the inherited property." | 194 if non-nil, means to invert the sense of the inherited property." |
195 (make-specifier-and-init 'color spec-list)) | 195 (make-specifier-and-init 'face-boolean spec-list)) |
196 | 196 |
197 ;;; objects.el ends here. | 197 ;;; objects.el ends here. |