summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2005-03-08 08:11:05 +0000
committerKim F. Storm <storm@cua.dk>2005-03-08 08:11:05 +0000
commit5fc1299ddd3efd2a70ef573b34b6a3e05336312c (patch)
treed4337eaa8b7cfdb93371d725d561fad65889519f
parent6eb8e24727235478b831c5f9b5bee63693759ab8 (diff)
downloademacs-5fc1299ddd3efd2a70ef573b34b6a3e05336312c.tar.gz
emacs-5fc1299ddd3efd2a70ef573b34b6a3e05336312c.tar.bz2
emacs-5fc1299ddd3efd2a70ef573b34b6a3e05336312c.zip
(Specified Space): Property :width is support on
non-graphic terminals, :height is not.
-rw-r--r--lispref/display.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index 8379f9f1adc..43329f35ced 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -3136,7 +3136,7 @@ with a @dfn{pixel ascent} specification (@pxref{Pixel Specification}).
Don't use both @code{:height} and @code{:relative-height} together.
- The @code{:height} and @code{:align-to} properties are supported on
+ The @code{:width} and @code{:align-to} properties are supported on
non-graphic terminals, but the other space properties in this section
are not.