diff options
| author | Eli Zaretskii | 2015-11-29 19:40:08 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-11-29 19:40:08 +0200 |
| commit | f3bd8262a2f5ea104ca0394683098e3c2efe3024 (patch) | |
| tree | a22069ae7cdd006e25d36966b5ead8a99acd07ef /etc | |
| parent | c32063e7c0c505746ff50461f3c3a477a1a7846e (diff) | |
| download | emacs-f3bd8262a2f5ea104ca0394683098e3c2efe3024.tar.gz emacs-f3bd8262a2f5ea104ca0394683098e3c2efe3024.zip | |
Document truncate-string-ellipsis
* doc/lispref/display.texi (Size of Displayed Text): Document
'truncate-string-ellipsis'.
* lisp/international/mule-util.el (truncate-string-ellipsis): Doc fix.
(truncate-string-to-width): Mention in the doc string that the
default for ELLIPSIS comes from 'truncate-string-ellipsis'.
* etc/NEWS: Move the 'truncate-string-ellipsis' entry to the "Lisp
Changes" section.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -166,8 +166,6 @@ have the equivalent of a primary selection. | |||
| 166 | ** `insert-register' now leaves point after the inserted text | 166 | ** `insert-register' now leaves point after the inserted text |
| 167 | when called interactively. A prefix argument toggles this behavior. | 167 | when called interactively. A prefix argument toggles this behavior. |
| 168 | 168 | ||
| 169 | ** New var `truncate-string-ellipsis' to choose how to indicate truncation. | ||
| 170 | |||
| 171 | +++ | 169 | +++ |
| 172 | ** The new variable `term-file-aliases' replaces some files from lisp/term. | 170 | ** The new variable `term-file-aliases' replaces some files from lisp/term. |
| 173 | The function `tty-run-terminal-initialization' consults this variable | 171 | The function `tty-run-terminal-initialization' consults this variable |
| @@ -1302,6 +1300,9 @@ if the terminal cannot display curved quotes. | |||
| 1302 | ** Standard output and error streams now transliterate characters via | 1300 | ** Standard output and error streams now transliterate characters via |
| 1303 | standard-display-table, and encode output using locale-coding-system. | 1301 | standard-display-table, and encode output using locale-coding-system. |
| 1304 | 1302 | ||
| 1303 | +++ | ||
| 1304 | ** New var `truncate-string-ellipsis' to choose how to indicate truncation. | ||
| 1305 | |||
| 1305 | ** Miscellaneous name change | 1306 | ** Miscellaneous name change |
| 1306 | 1307 | ||
| 1307 | For consistency with the usual Emacs spelling, the Lisp variable | 1308 | For consistency with the usual Emacs spelling, the Lisp variable |