aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2015-11-29 19:40:08 +0200
committerEli Zaretskii2015-11-29 19:40:08 +0200
commitf3bd8262a2f5ea104ca0394683098e3c2efe3024 (patch)
treea22069ae7cdd006e25d36966b5ead8a99acd07ef /etc
parentc32063e7c0c505746ff50461f3c3a477a1a7846e (diff)
downloademacs-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/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1265cb6a2e2..dc3758f8eb2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
167when called interactively. A prefix argument toggles this behavior. 167when 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.
173The function `tty-run-terminal-initialization' consults this variable 171The 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
1303standard-display-table, and encode output using locale-coding-system. 1301standard-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
1307For consistency with the usual Emacs spelling, the Lisp variable 1308For consistency with the usual Emacs spelling, the Lisp variable