Variable: blink-matching-delay

blink-matching-delay is a customizable variable defined in simple.el.gz.

Value

1

Documentation

Time in seconds to delay after showing a matching paren.

View in manual

Probably introduced at or before Emacs version 19.29.

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defcustom blink-matching-delay 1
  "Time in seconds to delay after showing a matching paren."
  :type 'number
  :group 'paren-blinking)