From: Eli Zaretskii Date: Tue, 22 Sep 2015 16:51:47 +0000 (+0300) Subject: Clarify documentation of ':relative-width' X-Git-Tag: emacs-25.0.90~1224^2~39 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a4d5717e7bd53ce63624d5042586023a35b02d24;p=emacs.git Clarify documentation of ':relative-width' * doc/lispref/display.texi (Specified Space): Document that ':relative-width' is only supported on GUI frames. --- 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}.