Function: hilit-chg-display-changes
hilit-chg-display-changes is a byte-compiled function defined in
hilit-chg.el.gz.
Signature
(hilit-chg-display-changes &optional BEG END)
Documentation
Display face information for Highlight Changes mode.
An overlay from BEG to END containing a change face is added
from the information in the text property of type hilit-chg.
This is the opposite of hilit-chg-hide-changes.
Source Code
;; Defined in /usr/src/emacs/lisp/hilit-chg.el.gz
(defun hilit-chg-display-changes (&optional beg end)
"Display face information for Highlight Changes mode.
An overlay from BEG to END containing a change face is added
from the information in the text property of type `hilit-chg'.
This is the opposite of `hilit-chg-hide-changes'."
(hilit-chg-map-changes #'hilit-chg-make-ov beg end))