# HG changeset patch # User Richard M. Stallman # Date 1177145850 0 # Node ID 467b5b7572bda94c7d59d53335b928b69602499e # Parent d57bf0ca865e0f60cd1a8da2ebec836c9894b136 (Attribute Functions): Fix example for face-attribute-relative-p. diff -r d57bf0ca865e -r 467b5b7572bd lispref/display.texi --- a/lispref/display.texi Sat Apr 21 08:55:41 2007 +0000 +++ b/lispref/display.texi Sat Apr 21 08:57:30 2007 +0000 @@ -2144,10 +2144,9 @@ For example: @example -(read-face-name "Describe face" "= `default' face" t) +(face-attribute-relative-p :height 2.0) + @result{} t @end example - -prompts with @samp{Describe face (default = `default' face): }. @end defun @defun merge-face-attribute attribute value1 value2