comparison lisp/hilit-chg.el @ 30223:1e3c0447c01a

Fix typo.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 14 Jul 2000 15:14:58 +0000
parents d38a98cddcec
children 2c331adfa151
comparison
equal deleted inserted replaced
30222:6468eaa4eaee 30223:1e3c0447c01a
91 ;; (add-hook 'highlight-changes-enable-hook 'my-highlight-changes-enable-hook) 91 ;; (add-hook 'highlight-changes-enable-hook 'my-highlight-changes-enable-hook)
92 ;; (add-hook 'highlight-changes-disable-hook 92 ;; (add-hook 'highlight-changes-disable-hook
93 ;; 'my-highlight-changes-disable-hook) 93 ;; 'my-highlight-changes-disable-hook)
94 94
95 95
96 ;; Explciit vs. Implicit 96 ;; Explcit vs. Implicit
97 ;; 97 ;;
98 98
99 ;; Normally, Highlight Changes mode is turned on explicitly in a buffer. 99 ;; Normally, Highlight Changes mode is turned on explicitly in a buffer.
100 ;; 100 ;;
101 ;; If you prefer to have it automatically invoked you can do it as 101 ;; If you prefer to have it automatically invoked you can do it as