From: Xue Fuqiao Date: Thu, 17 Oct 2013 13:46:44 +0000 (+0800) Subject: * doc/lispref/display.texi (Width): Fix arguments of ‘truncate-string-to-width’. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1233 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=475c7d3f4f9d61a8f097635656aa8c744aff3e0a;p=emacs.git * doc/lispref/display.texi (Width): Fix arguments of ‘truncate-string-to-width’. --- 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{"..."}.