aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman2007-04-21 08:57:30 +0000
committerRichard M. Stallman2007-04-21 08:57:30 +0000
commitdf47137d92f8cbf46fbedf00110f0fd6d3d8cfd0 (patch)
tree813523de659468934486c4d1b7a093a256c6901f /lispref
parent3238cde3821612dcf072eeda720e20d8b817de30 (diff)
downloademacs-df47137d92f8cbf46fbedf00110f0fd6d3d8cfd0.tar.gz
emacs-df47137d92f8cbf46fbedf00110f0fd6d3d8cfd0.zip
(Attribute Functions): Fix example for face-attribute-relative-p.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/display.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index 0d2a8da8753..770d6e9d91a 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -2144,10 +2144,9 @@ For @code{:height}, floating point values are also relative.
2144For example: 2144For example:
2145 2145
2146@example 2146@example
2147(read-face-name "Describe face" "= `default' face" t) 2147(face-attribute-relative-p :height 2.0)
2148 @result{} t
2148@end example 2149@end example
2149
2150prompts with @samp{Describe face (default = `default' face): }.
2151@end defun 2150@end defun
2152 2151
2153@defun merge-face-attribute attribute value1 value2 2152@defun merge-face-attribute attribute value1 value2