Variable: redisplay-highlight-region-function

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

Value

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

Documentation

Function to move the region-highlight overlay.

This function is called with four parameters, START, END, WINDOW and OVERLAY. If OVERLAY is nil, a new overlay is created. In any case, the overlay is adjusted to reflect the other three parameters.

The overlay is returned by the function.

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defvar redisplay-highlight-region-function
  #'redisplay--highlight-overlay-function
  "Function to move the region-highlight overlay.
This function is called with four parameters, START, END, WINDOW
and OVERLAY.  If OVERLAY is nil, a new overlay is created.  In
any case, the overlay is adjusted to reflect the other three
parameters.

The overlay is returned by the function.")