Variable: font-lock-unfontify-buffer-function
font-lock-unfontify-buffer-function is a variable defined in
font-lock.el.gz.
Value
font-lock-default-unfontify-buffer
Documentation
Function to use for unfontifying the buffer.
This is used when turning off Font Lock mode.
This is normally set via font-lock-defaults.
Source Code
;; Defined in /usr/src/emacs/lisp/font-lock.el.gz
(defvar font-lock-unfontify-buffer-function #'font-lock-default-unfontify-buffer
"Function to use for unfontifying the buffer.
This is used when turning off Font Lock mode.
This is normally set via `font-lock-defaults'.")