# HG changeset patch # User Gerd Moellmann # Date 966543837 0 # Node ID 2c331adfa1515a9646a9bf6d51eb75eb8cacef40 # Parent 110ddcc483b6fcd2f8988c5a1254128fa846a78d Fix typos in commentary. diff -r 110ddcc483b6 -r 2c331adfa151 lisp/hilit-chg.el --- a/lisp/hilit-chg.el Thu Aug 17 18:12:22 2000 +0000 +++ b/lisp/hilit-chg.el Thu Aug 17 20:23:57 2000 +0000 @@ -130,8 +130,8 @@ ;; an example, if the value is 'buffer-file-name then all buffers ;; who are visiting files are suitable, but others (like dired ;; buffers) are not; -;; * a list -- then if the buufer is suitable iff its mode is in the -;; list, exccept if the first element is nil in which case the test +;; * a list -- then the buffer is suitable iff its mode is in the +;; list, except if the first element is `not', in which case the test ;; is reversed (i.e. it is a list of unsuitable modes). ;; * Otherwise, the buffer is suitable if its name does not begin with ;; ` ' or `*' and if `buffer-file-name' returns true.