Variable: font-lock-fontify-buffer-function

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

Value

font-lock-default-fontify-buffer

Documentation

Function to use for fontifying the buffer.

This is normally set via font-lock-defaults.

Source Code

;; Defined in /usr/src/emacs/lisp/font-lock.el.gz
(defvar font-lock-fontify-buffer-function #'font-lock-default-fontify-buffer
  "Function to use for fontifying the buffer.
This is normally set via `font-lock-defaults'.")