Variable: idlwave-class-arrow-face
idlwave-class-arrow-face is a customizable variable defined in
idlwave.el.gz.
Value
bold
Documentation
Face to highlight object operator arrows -> which carry a class property.
When IDLWAVE stores a class name as text property on an object arrow
(see variable idlwave-store-inquired-class, it highlights the arrow
with this font in order to remind the user that this arrow is special.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
(defcustom idlwave-class-arrow-face 'bold
"Face to highlight object operator arrows `->' which carry a class property.
When IDLWAVE stores a class name as text property on an object arrow
\(see variable `idlwave-store-inquired-class', it highlights the arrow
with this font in order to remind the user that this arrow is special."
:group 'idlwave-completion
:type 'symbol)