changeset 30924:2c331adfa151

Fix typos in commentary.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 17 Aug 2000 20:23:57 +0000
parents 110ddcc483b6
children a97dcc26018d
files lisp/hilit-chg.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.