changeset 77360:467b5b7572bd

(Attribute Functions): Fix example for face-attribute-relative-p.
author Richard M. Stallman <rms@gnu.org>
date Sat, 21 Apr 2007 08:57:30 +0000
parents d57bf0ca865e
children 916f8aa2138d
files lispref/display.texi
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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