Variable: dictionary-color-support
dictionary-color-support is a variable defined in dictionary.el.gz.
Value
nil
Documentation
Determines if the Emacs has support to display color.
Source Code
;; Defined in /usr/src/emacs/lisp/net/dictionary.el.gz
(defvar dictionary-color-support
(condition-case nil
(display-color-p)
(error nil))
"Determines if the Emacs has support to display color.")