Variable: blink-paren-function

blink-paren-function is a variable defined in simple.el.gz.

Value

blink-matching-open

Documentation

Function called, if non-nil, whenever a close parenthesis is inserted.

More precisely, a char with closeparen syntax is self-inserted.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defvar blink-paren-function 'blink-matching-open
  "Function called, if non-nil, whenever a close parenthesis is inserted.
More precisely, a char with closeparen syntax is self-inserted.")