Variable: idlwave-shell-expression-face

idlwave-shell-expression-face is a customizable variable defined in idlw-shell.el.gz.

Value

secondary-selection

Documentation

The face for idlwave-shell-expression-overlay.

Allows you to choose the font, color and other properties for the expression printed by IDL.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlw-shell.el.gz
(defcustom idlwave-shell-expression-face 'secondary-selection
  "The face for `idlwave-shell-expression-overlay'.
Allows you to choose the font, color and other properties for
the expression printed by IDL."
  :group 'idlwave-shell-highlighting-and-faces
  :type 'symbol)