Variable: syntax-ppss-max-span
syntax-ppss-max-span is a variable defined in syntax.el.gz.
Value
20000
Documentation
Threshold below which cache info is deemed unnecessary.
We try to make sure that cache entries are at least this far apart from each other, to avoid keeping too much useless info.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/syntax.el.gz
(defvar syntax-ppss-max-span 20000
"Threshold below which cache info is deemed unnecessary.
We try to make sure that cache entries are at least this far apart
from each other, to avoid keeping too much useless info.")