Variable: octave-font-lock-texinfo-comment

octave-font-lock-texinfo-comment is a customizable variable defined in octave.el.gz.

Value

t

Documentation

Control whether to highlight the texinfo comment block.

This variable was added, or its default value changed, in Emacs 24.4.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/octave.el.gz
(defcustom octave-font-lock-texinfo-comment t
  "Control whether to highlight the texinfo comment block."
  :type 'boolean
  :version "24.4")