--- ChangeLog.~5.1812.~	2013-01-11 21:07:56.000000000 +0100
+++ ChangeLog	2013-01-11 21:47:47.000000000 +0100
@@ -1,3 +1,7 @@
+2013-01-11  Ivan Andrus  <darthandrus@gmail.com>
+
+	* tex.el (TeX-command-list): Add command to run ChkTeX.
+
 2013-01-11  Tassilo Horn  <tsdh@gnu.org>
 
 	* Makefile.in (STYLESRC): Add new style files kantlipsum.el,
--- tex.el.~5.704.~	2012-12-27 14:12:06.000000000 +0100
+++ tex.el	2013-01-11 23:59:57.000000000 +0100
@@ -147,6 +147,8 @@
     ("Index" "makeindex %s" TeX-run-command nil t :help "Create index file")
     ("Check" "lacheck %s" TeX-run-compile nil (latex-mode)
      :help "Check LaTeX file for correctness")
+    ("ChkTeX" "chktex -v6 %s" TeX-run-compile nil (latex-mode)
+     :help "Check LaTeX file for common mistakes")
     ("Spell" "(TeX-ispell-document \"\")" TeX-run-function nil t
      :help "Spell-check the document")
     ("Clean" "TeX-clean" TeX-run-function nil t
