Variable: latin1-display-format
latin1-display-format is a customizable variable defined in
latin1-disp.el.gz.
Value
"{%s}"
Documentation
A format string used to display the ASCII sequences.
The default encloses the sequence in braces, but you could just use
"%s" to avoid the braces, maybe with a non-default value of
latin1-display-face.
Source Code
;; Defined in /usr/src/emacs/lisp/international/latin1-disp.el.gz
(defcustom latin1-display-format "{%s}"
"A format string used to display the ASCII sequences.
The default encloses the sequence in braces, but you could just use
\"%s\" to avoid the braces, maybe with a non-default value of
`latin1-display-face'."
:group 'latin1-display
:type 'string)