Function: global-highlight-changes-mode

global-highlight-changes-mode is an autoloaded, interactive and byte-compiled function defined in hilit-chg.el.gz.

Signature

(global-highlight-changes-mode &optional ARG)

Documentation

Toggle Highlight-Changes mode in all buffers.

With prefix ARG, enable Global Highlight-Changes mode if ARG is positive; otherwise, disable it.

If called from Lisp, toggle the mode if ARG is toggle. Enable the mode if ARG is nil, omitted, or is a positive number. Disable the mode if ARG is a negative number.

Highlight-Changes mode is enabled in all buffers where highlight-changes-mode-turn-on would do it.

See highlight-changes-mode(var)/highlight-changes-mode(fun) for more information on Highlight-Changes mode.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/hilit-chg.el.gz
;; ======================= global-highlight-changes-mode ==============

;;;###autoload
(define-globalized-minor-mode global-highlight-changes-mode
  highlight-changes-mode highlight-changes-mode-turn-on)