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 /lisp | |
| 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 'lisp')
| -rw-r--r-- | lisp/international/mule-util.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/international/mule-util.el b/lisp/international/mule-util.el index b575c2b7db3..c70a3eee0fb 100644 --- a/lisp/international/mule-util.el +++ b/lisp/international/mule-util.el | |||
| @@ -55,7 +55,8 @@ | |||
| 55 | string) | 55 | string) |
| 56 | 56 | ||
| 57 | (defvar truncate-string-ellipsis "..." ;"…" | 57 | (defvar truncate-string-ellipsis "..." ;"…" |
| 58 | "String to use to indicate truncation.") | 58 | "String to use to indicate truncation. |
| 59 | Serves as default value of ELLIPSIS argument to `truncate-string-to-width'.") | ||
| 59 | 60 | ||
| 60 | ;;;###autoload | 61 | ;;;###autoload |
| 61 | (defun truncate-string-to-width (str end-column | 62 | (defun truncate-string-to-width (str end-column |