emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master a4d5717: Clarify documentation of ':relative-width'


From: Eli Zaretskii
Subject: [Emacs-diffs] master a4d5717: Clarify documentation of ':relative-width'
Date: Tue, 22 Sep 2015 16:52:28 +0000

branch: master
commit a4d5717e7bd53ce63624d5042586023a35b02d24
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index f3713bf..6a30adf 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}.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]