Variable: electric-pair-string-bound-function

electric-pair-string-bound-function is a variable defined in elec-pair.el.gz.

Value

point-max

Documentation

Next buffer position where strings are syntactically unexpected.

Value is a function called with no arguments and returning a buffer position. Major modes should set this variable buffer-locally if they experience slowness with electric-pair-mode(var)/electric-pair-mode(fun) when pairing quotes.

Source Code

;; Defined in /usr/src/emacs/lisp/elec-pair.el.gz
(defvar electric-pair-string-bound-function 'point-max
  "Next buffer position where strings are syntactically unexpected.
Value is a function called with no arguments and returning a
buffer position.  Major modes should set this variable
buffer-locally if they experience slowness with
`electric-pair-mode' when pairing quotes.")