]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos in commentary.
authorGerd Moellmann <gerd@gnu.org>
Thu, 17 Aug 2000 20:23:57 +0000 (20:23 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 17 Aug 2000 20:23:57 +0000 (20:23 +0000)
lisp/hilit-chg.el

index c5edf38783fc70b3938bc46ae2677ebac83337d2..3ce381738e8d6bbceb30e44cd701a22fae22ef5c 100644 (file)
 ;;   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.