Variable: font-lock-unfontify-region-function

font-lock-unfontify-region-function is a variable defined in font-lock.el.gz.

Value

font-lock-default-unfontify-region

Documentation

Function to use for unfontifying a region.

It should take two args, the beginning and end of the region. This is normally set via font-lock-defaults.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/font-lock.el.gz
(defvar font-lock-unfontify-region-function #'font-lock-default-unfontify-region
  "Function to use for unfontifying a region.
It should take two args, the beginning and end of the region.
This is normally set via `font-lock-defaults'.")