From 72f7b3625ff5000f6e2c95da1c4bdd3d55611c0d Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 17 Aug 2000 20:23:57 +0000 Subject: [PATCH] Fix typos in commentary. --- lisp/hilit-chg.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/hilit-chg.el b/lisp/hilit-chg.el index c5edf38783f..3ce381738e8 100644 --- a/lisp/hilit-chg.el +++ b/lisp/hilit-chg.el @@ -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. -- 2.39.2