Variable: TeX-fold-ellipsis
TeX-fold-ellipsis is a variable defined in tex-fold.el.
Value
"..."
Documentation
String used as display string for overlays instead of a zero-length string.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-fold.el
(defvar TeX-fold-ellipsis "..."
"String used as display string for overlays instead of a zero-length string.")