Variable: truncate-string-ellipsis
truncate-string-ellipsis is a variable defined in mule-util.el.gz.
Value
nil
Documentation
String to use to indicate truncation.
Serves as default value of ELLIPSIS argument to truncate-string-to-width
returned by the function truncate-string-ellipsis(var)/truncate-string-ellipsis(fun).
Probably introduced at or before Emacs version 25.1.
Source Code
;; Defined in /usr/src/emacs/lisp/international/mule-util.el.gz
(defvar truncate-string-ellipsis nil
"String to use to indicate truncation.
Serves as default value of ELLIPSIS argument to `truncate-string-to-width'
returned by the function `truncate-string-ellipsis'.")