diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-04-21 08:57:30 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-04-21 08:57:30 +0000 |
commit | df47137d92f8cbf46fbedf00110f0fd6d3d8cfd0 (patch) | |
tree | 813523de659468934486c4d1b7a093a256c6901f /lispref/display.texi | |
parent | 3238cde3821612dcf072eeda720e20d8b817de30 (diff) | |
download | emacs-df47137d92f8cbf46fbedf00110f0fd6d3d8cfd0.tar.gz |
(Attribute Functions): Fix example for face-attribute-relative-p.
Diffstat (limited to 'lispref/display.texi')
-rw-r--r-- | lispref/display.texi | 5 |
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. 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 |