diff options
| author | Xue Fuqiao | 2013-10-17 21:56:37 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-10-17 21:56:37 +0800 |
| commit | 14cf4bfea97d5a3fb24e416b84f0b8ae08c08229 (patch) | |
| tree | 7dc1c73a6502e0e44398055bbe57ab8d1e75edbd | |
| parent | 475c7d3f4f9d61a8f097635656aa8c744aff3e0a (diff) | |
| download | emacs-14cf4bfea97d5a3fb24e416b84f0b8ae08c08229.tar.gz emacs-14cf4bfea97d5a3fb24e416b84f0b8ae08c08229.zip | |
Continuation of previous change.
| -rw-r--r-- | doc/lispref/display.texi | 2 |
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 | ||
| 1797 | If @var{ellipsis} is non-@code{nil}, it should be a string which will | 1797 | If @var{ellipsis} is non-@code{nil}, it should be a string which will |
| 1798 | replace the end of @var{str} (including any padding) if it extends | 1798 | replace the end of @var{string} (including any padding) if it extends |
| 1799 | beyond @var{width}, unless the display width of @var{string} is equal | 1799 | beyond @var{width}, unless the display width of @var{string} is equal |
| 1800 | to or less than the display width of @var{ellipsis}. If | 1800 | to 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 |