Variable: conf-xdefaults-mode-abbrev-table
conf-xdefaults-mode-abbrev-table is a variable defined in
conf-mode.el.gz.
Value
#<obarray n=1>
Documentation
Abbrev table for conf-xdefaults-mode.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/conf-mode.el.gz
;;;###autoload
(define-derived-mode conf-xdefaults-mode conf-colon-mode "Conf[Xdefaults]"
"Conf Mode starter for Xdefaults files.
Comments start with `!' and \"assignments\" are with `:'.
For details see `conf-mode'. Example:
! Conf mode font-locks this right with \\[conf-xdefaults-mode] (.Xdefaults)
*background: gray99
*foreground: black"
(conf-mode-initialize "!"))