Mercurial > hg > xemacs-beta
comparison man/lispref/faces.texi @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 3ecd8885ac67 |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
244 @var{locale} is given, then this function will attempt to add | 244 @var{locale} is given, then this function will attempt to add |
245 @var{value} as the instantiator for the given @var{locale}, using | 245 @var{value} as the instantiator for the given @var{locale}, using |
246 @code{add-spec-to-specifier}. If the value of the property is not a | 246 @code{add-spec-to-specifier}. If the value of the property is not a |
247 specifier, it will automatically be converted into a @code{generic} | 247 specifier, it will automatically be converted into a @code{generic} |
248 specifier. | 248 specifier. |
249 @end defun | |
250 | |
251 @defun remove-face-property face property &optional local tag-set exact-p | |
252 This function removes a property of a @var{face}. | |
253 | |
254 For built-in properties, this is analogous to @code{remove-specifier}. | |
255 For more information, @xref{Other Specification Functions}. | |
256 | |
257 When @var{property} is not a built-in property, this function will just | |
258 remove its value if @var{locale} is @code{nil} or @code{all}. However, | |
259 if @var{locale} is other than that, this function will attempt to remove | |
260 @var{value} as the instantiator for the given @var{locale} with | |
261 @code{remove-specifier}. If the value of the property is not a | |
262 specifier, it will be converted into a @code{generic} specifier | |
263 automatically. | |
249 @end defun | 264 @end defun |
250 | 265 |
251 @defun face-property face property &optional locale | 266 @defun face-property face property &optional locale |
252 This function returns @var{face}'s value of the given @var{property}. | 267 This function returns @var{face}'s value of the given @var{property}. |
253 | 268 |