Variable: syntax-ppss-stats
syntax-ppss-stats is a variable defined in syntax.el.gz.
Value
[(1046347 . 845078872) (2310 . 879923) (72849 . 98758878)
(13117 . 1441153243) (8510 . 22490793) (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.")