Variable: font-lock-fontify-syntactically-function

font-lock-fontify-syntactically-function is a variable defined in font-lock.el.gz.

Value

font-lock-default-fontify-syntactically

Documentation

Function to use for syntactically fontifying a region.

It should take two args, the beginning and end of the region, and an optional third arg VERBOSE. If VERBOSE is non-nil, the function should print status messages.

Source Code

;; Defined in /usr/src/emacs/lisp/font-lock.el.gz
(defvar font-lock-fontify-syntactically-function
  #'font-lock-default-fontify-syntactically
  "Function to use for syntactically fontifying a region.

It should take two args, the beginning and end of the region, and
an optional third arg VERBOSE.  If VERBOSE is non-nil, the
function should print status messages.")