Variable: idlwave-completion-fontify-classes

idlwave-completion-fontify-classes is a customizable variable defined in idlwave.el.gz.

Value

t

Documentation

Non-nil means, fontify the classes in completions buffer.

This makes it easier to distinguish the completion items from the extra class info listed. See idlwave-completion-show-classes.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlwave.el.gz
(defcustom idlwave-completion-fontify-classes t
  "Non-nil means, fontify the classes in completions buffer.
This makes it easier to distinguish the completion items from the extra
class info listed.  See `idlwave-completion-show-classes'."
  :group 'idlwave-completion
  :type 'boolean)