Variable: syntax-propertize--inhibit-flush

syntax-propertize--inhibit-flush is a buffer-local variable defined in syntax.el.gz.

Documentation

If non-nil, syntax-ppss-flush-cache only flushes the ppss cache.

Otherwise it flushes both the ppss cache and the properties set by syntax-propertize

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/syntax.el.gz
(defvar-local syntax-propertize--inhibit-flush nil
  "If non-nil, `syntax-ppss-flush-cache' only flushes the ppss cache.
Otherwise it flushes both the ppss cache and the properties
set by `syntax-propertize'")