aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao2013-10-17 21:56:37 +0800
committerXue Fuqiao2013-10-17 21:56:37 +0800
commit14cf4bfea97d5a3fb24e416b84f0b8ae08c08229 (patch)
tree7dc1c73a6502e0e44398055bbe57ab8d1e75edbd
parent475c7d3f4f9d61a8f097635656aa8c744aff3e0a (diff)
downloademacs-14cf4bfea97d5a3fb24e416b84f0b8ae08c08229.tar.gz
emacs-14cf4bfea97d5a3fb24e416b84f0b8ae08c08229.zip
Continuation of previous change.
-rw-r--r--doc/lispref/display.texi2
1 files changed, 1 insertions, 1 deletions
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
1795@var{string} extends across the column @var{start-column}. 1795@var{string} extends across the column @var{start-column}.
1796 1796
1797If @var{ellipsis} is non-@code{nil}, it should be a string which will 1797If @var{ellipsis} is non-@code{nil}, it should be a string which will
1798replace the end of @var{str} (including any padding) if it extends 1798replace the end of @var{string} (including any padding) if it extends
1799beyond @var{width}, unless the display width of @var{string} is equal 1799beyond @var{width}, unless the display width of @var{string} is equal
1800to or less than the display width of @var{ellipsis}. If 1800to or less than the display width of @var{ellipsis}. If
1801@var{ellipsis} is non-@code{nil} and not a string, it stands for 1801@var{ellipsis} is non-@code{nil} and not a string, it stands for