Variable: redisplay-unhighlight-region-function

redisplay-unhighlight-region-function is a variable defined in simple.el.gz.

Value

#[128 "\304\300\301#\207"
      [rectangle--unhighlight-for-redisplay redisplay--unhighlight-overlay-function :around nil apply]
      5 advice]

Documentation

Function to remove the region-highlight overlay.

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defvar redisplay-unhighlight-region-function
  #'redisplay--unhighlight-overlay-function
  "Function to remove the region-highlight overlay.")