From 475c7d3f4f9d61a8f097635656aa8c744aff3e0a Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Thu, 17 Oct 2013 21:46:44 +0800 Subject: [PATCH] =?utf8?q?*=20doc/lispref/display.texi=20(Width):=20Fix=20?= =?utf8?q?arguments=20of=20=E2=80=98truncate-string-to-width=E2=80=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/display.texi | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index f6d34c01466..253398a3ec2 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2013-10-17 Xue Fuqiao + + * display.texi (Width): Fix arguments of ‘truncate-string-to-width’. + 2013-10-16 Xue Fuqiao * display.texi (Selective Display): Add an index for explicit diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 8be8df55c5c..75c27daa96e 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -1796,8 +1796,8 @@ the beginning of the result if one multi-column character in If @var{ellipsis} is non-@code{nil}, it should be a string which will replace the end of @var{str} (including any padding) if it extends -beyond @var{end-column}, unless the display width of @var{str} is -equal to or less than the display width of @var{ellipsis}. If +beyond @var{width}, unless the display width of @var{string} is equal +to or less than the display width of @var{ellipsis}. If @var{ellipsis} is non-@code{nil} and not a string, it stands for @code{"..."}. -- 2.39.2