]> code.delx.au - gnu-emacs/commitdiff
* doc/lispref/display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
authorXue Fuqiao <xfq.free@gmail.com>
Thu, 17 Oct 2013 13:46:44 +0000 (21:46 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Thu, 17 Oct 2013 13:46:44 +0000 (21:46 +0800)
doc/lispref/ChangeLog
doc/lispref/display.texi

index f6d34c014661c401aefae4dbce5fc90f1f979c12..253398a3ec286f1efa935d77e5572c6f850ba67b 100644 (file)
@@ -1,3 +1,7 @@
+2013-10-17  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * display.texi (Width): Fix arguments of ‘truncate-string-to-width’.
+
 2013-10-16  Xue Fuqiao  <xfq.free@gmail.com>
 
        * display.texi (Selective Display): Add an index for explicit
index 8be8df55c5ccc8f7423bbc776481442e16a8120b..75c27daa96e8fb356fd04757a517419e9b6a8b09 100644 (file)
@@ -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{"..."}.