From a4d5717e7bd53ce63624d5042586023a35b02d24 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 22 Sep 2015 19:51:47 +0300 Subject: [PATCH] Clarify documentation of ':relative-width' * doc/lispref/display.texi (Specified Space): Document that ':relative-width' is only supported on GUI frames. --- doc/lispref/display.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index f3713bf15b0..6a30adf9c90 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -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}. -- 2.39.2