Function: magit-section--unhighlight-region
magit-section--unhighlight-region is a byte-compiled function defined
in magit-section.el.
Signature
(magit-section--unhighlight-region ROL)
Source Code
;; Defined in ~/.emacs.d/elpa/magit-section-20260330.1102/magit-section.el
(defun magit-section--unhighlight-region (rol)
(magit-section--delete-region-overlays)
(funcall (default-value 'redisplay-unhighlight-region-function) rol))