# HG changeset patch # User Richard M. Stallman # Date 1151941330 0 # Node ID b8678c550150398dc4bff9157e1f0590098fa261 # Parent 37f7b944089719f93e2015b9e4e9151b5a8e18aa (Fface_attribute_relative_p): Doc fix. diff -r 37f7b9440897 -r b8678c550150 src/xfaces.c --- a/src/xfaces.c Mon Jul 03 15:41:50 2006 +0000 +++ b/src/xfaces.c Mon Jul 03 15:42:10 2006 +0000 @@ -4799,7 +4799,14 @@ DEFUN ("face-attribute-relative-p", Fface_attribute_relative_p, Sface_attribute_relative_p, 2, 2, 0, - doc: /* Return non-nil if face ATTRIBUTE VALUE is relative. */) + doc: /* Check whether a face attribute value is relative. +Specifically, this function returns t if the attribute ATTRIBUTE +with the value VALUE is relative. + +A relative value is one that doesn't entirely override whatever is +inherited from another face. For most possible attributes, +the only relative value that users see is `unspecified'. +However, for :height, floating point values are also relative. */) (attribute, value) Lisp_Object attribute, value; {