]> code.delx.au - gnu-emacs/commitdiff
Clarify documentation of ':relative-width'
authorEli Zaretskii <eliz@gnu.org>
Tue, 22 Sep 2015 16:51:47 +0000 (19:51 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 22 Sep 2015 16:51:47 +0000 (19:51 +0300)
* doc/lispref/display.texi (Specified Space): Document that
':relative-width' is only supported on GUI frames.

doc/lispref/display.texi

index f3713bf15b0cd320a8b85372a4697070840a3f4d..6a30adf9c90053434d96e67d2055007c250fc5fc 100644 (file)
@@ -4386,8 +4386,9 @@ width.  @var{width} can also be a @dfn{pixel width} specification
 @item :relative-width @var{factor}
 Specifies that the width of the stretch should be computed from the
 first character in the group of consecutive characters that have the
-same @code{display} property.  The space width is the width of that
-character, multiplied by @var{factor}.
+same @code{display} property.  The space width is the pixel width of
+that character, multiplied by @var{factor}.  This specification is
+only supported on graphic terminals.
 
 @item :align-to @var{hpos}
 Specifies that the space should be wide enough to reach @var{hpos}.