Variable: syntax-ppss-stats
syntax-ppss-stats is a variable defined in syntax.el.gz.
Value
[(387218 . 338380128) (685 . 293745) (23623 . 33706973)
(4099 . 427677710) (3445 . 9230839) (2 . 2500)]
Documentation
Statistics about which case is more/less frequent in syntax-ppss.
The 5th slot drives the heuristic to use syntax-begin-function.
The rest is only useful if you're interested in tweaking the algorithm.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/syntax.el.gz
;; FIXME: Explain this variable. Currently only its last (5th) slot is used.
;; Perhaps the other slots should be removed?
;; This variable is only used when `syntax-begin-function' is used and
;; will hence be removed together with `syntax-begin-function'.
(defvar syntax-ppss-stats
[(0 . 0) (0 . 0) (0 . 0) (0 . 0) (0 . 0) (2 . 2500)]
"Statistics about which case is more/less frequent in `syntax-ppss'.
The 5th slot drives the heuristic to use `syntax-begin-function'.
The rest is only useful if you're interested in tweaking the algorithm.")