From: Richard M. Stallman Date: Mon, 3 Jul 2006 15:42:10 +0000 (+0000) Subject: (Fface_attribute_relative_p): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~1747 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2d6228e79e351e1f46a158b6a1b1e891a4d9aae5;p=emacs.git (Fface_attribute_relative_p): Doc fix. --- diff --git a/src/xfaces.c b/src/xfaces.c index df303e401fd..30e1c7aa5dc 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -4799,7 +4799,14 @@ x_update_menu_appearance (f) 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; {