summaryrefslogtreecommitdiff
path: root/lisp/hilit-chg.el
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-08-17 20:23:57 +0000
committerGerd Moellmann <gerd@gnu.org>2000-08-17 20:23:57 +0000
commit1a8bfd80d98c185c333410fcb06ead74950ca641 (patch)
tree1ce10da3852ef51a44e2992721e7cbc381d63275 /lisp/hilit-chg.el
parent6eec5fc25fec63c770b1411fac676647d8b0297e (diff)
downloademacs-1a8bfd80d98c185c333410fcb06ead74950ca641.tar.gz
Fix typos in commentary.
Diffstat (limited to 'lisp/hilit-chg.el')
-rw-r--r--lisp/hilit-chg.el4
1 files 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.