diff options
Diffstat (limited to 'lisp/hilit-chg.el')
-rw-r--r-- | lisp/hilit-chg.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/hilit-chg.el b/lisp/hilit-chg.el index de1ae0d4570..b8c1fc5a99b 100644 --- a/lisp/hilit-chg.el +++ b/lisp/hilit-chg.el @@ -300,9 +300,9 @@ modes only." (defcustom highlight-changes-global-changes-existing-buffers nil "If non-nil, toggling global Highlight Changes mode affects existing buffers. -Normally, `global-highlight-changes' affects only new buffers (to be +Normally, `global-highlight-changes-mode' affects only new buffers (to be created). However, if `highlight-changes-global-changes-existing-buffers' -is non-nil, then turning on `global-highlight-changes' will turn on +is non-nil, then turning on `global-highlight-changes-mode' will turn on Highlight Changes mode in suitable buffers, and turning the mode off will remove it from existing buffers." :type 'boolean |