Variable: octave-blink-matching-block

octave-blink-matching-block is a customizable variable defined in octave.el.gz.

Value

t

Documentation

Control the blinking of matching Octave block keywords.

Non-nil means show matching begin of block when inserting a space, newline or semicolon after an else or end keyword.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/octave.el.gz
(defcustom octave-blink-matching-block t
  "Control the blinking of matching Octave block keywords.
Non-nil means show matching begin of block when inserting a space,
newline or semicolon after an else or end keyword."
  :type 'boolean)