From 14cf4bfea97d5a3fb24e416b84f0b8ae08c08229 Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Thu, 17 Oct 2013 21:56:37 +0800 Subject: [PATCH] Continuation of previous change. --- doc/lispref/display.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 75c27daa96e..81ee4d7a1d9 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -1795,7 +1795,7 @@ the beginning of the result if one multi-column character in @var{string} extends across the column @var{start-column}. 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 +replace the end of @var{string} (including any padding) if it extends 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 -- 2.39.2