Variable: TeX-fold-unspec-use-name
TeX-fold-unspec-use-name is a customizable variable defined in
tex-fold.el.
Value
t
Documentation
If non-nil use the name of an unspecified item as display string.
Set it to nil if you want to use the values of the variables
TeX-fold-unspec-macro-display-string or
TeX-fold-unspec-env-display-string respectively as a display
string for any unspecified macro or environment.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-fold.el
(defcustom TeX-fold-unspec-use-name t
"If non-nil use the name of an unspecified item as display string.
Set it to nil if you want to use the values of the variables
`TeX-fold-unspec-macro-display-string' or
`TeX-fold-unspec-env-display-string' respectively as a display
string for any unspecified macro or environment."
:type 'boolean)