diff options
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 |