Variable: blink-matching-paren-highlight-offscreen

blink-matching-paren-highlight-offscreen is a customizable variable defined in simple.el.gz.

Value

nil

Documentation

If non-nil, highlight matched off-screen open paren in the echo area.

This highlighting uses the blink-matching-paren-offscreen face.

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

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defcustom blink-matching-paren-highlight-offscreen nil
  "If non-nil, highlight matched off-screen open paren in the echo area.
This highlighting uses the `blink-matching-paren-offscreen' face."
  :type 'boolean
  :version "30.1"
  :group 'paren-blinking)