]> code.delx.au - gnu-emacs/blobdiff - lisp/hippie-exp.el
* progmodes/cfengine.el: Add CFEngine 3.x syntax highlighting and support.
[gnu-emacs] / lisp / hippie-exp.el
index 75bc1f9743c300bd9f259bed870ac67369b03f83..69da8fc6110c2b99fe8e259c22807e957d634abb 100644 (file)
@@ -391,7 +391,7 @@ undoes the expansion."
              lst)))
 
 ;; Check if current buffer matches any atom or regexp in LST.
-;; Atoms are interpreted as major modes, strings as regexps mathing the name.
+;; Atoms are interpreted as major modes, strings as regexps matching the name.
 (defun he-buffer-member (lst)
   (or (memq major-mode lst)
       (progn