Variable: highlight-changes-visible-string

highlight-changes-visible-string is a customizable variable defined in hilit-chg.el.gz.

Value

" +Chg"

Documentation

The string used when in Highlight Changes mode and changes are visible.

This should be set to nil if no indication is desired, or to a string with a leading space.

Source Code

;; Defined in /usr/src/emacs/lisp/hilit-chg.el.gz
;; These are the strings displayed in the mode-line for the minor mode:

(defcustom highlight-changes-visible-string " +Chg"
  "The string used when in Highlight Changes mode and changes are visible.
This should be set to nil if no indication is desired, or to
a string with a leading space."
  :type '(choice string
                 (const :tag "None" nil)))