X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=man%2Flispref%2Ffaces.texi;h=9afd17349d0a200979b32758c22dd7a4355cc999;hp=8a6b0ae4daead952e21eb4fb5e0c0fcddff01652;hb=716cfba952c1dc0d2cf5c968971f3780ba728a89;hpb=d74da9234cc42e8018b1500105c3892a5c46d5e3 diff --git a/man/lispref/faces.texi b/man/lispref/faces.texi index 8a6b0ae..9afd173 100644 --- a/man/lispref/faces.texi +++ b/man/lispref/faces.texi @@ -248,6 +248,21 @@ specifier, it will automatically be converted into a @code{generic} specifier. @end defun +@defun remove-face-property face property &optional local tag-set exact-p +This function removes a property of a @var{face}. + +For built-in properties, this is analogous to @code{remove-specifier}. +For more information, @xref{Other Specification Functions}. + +When @var{property} is not a built-in property, this function will just +remove its value if @var{locale} is @code{nil} or @code{all}. However, +if @var{locale} is other than that, this function will attempt to remove +@var{value} as the instantiator for the given @var{locale} with +@code{remove-specifier}. If the value of the property is not a +specifier, it will be converted into a @code{generic} specifier +automatically. +@end defun + @defun face-property face property &optional locale This function returns @var{face}'s value of the given @var{property}.