CVSROOT: /sources/auctex
Module name: auctex
Changes by: Tassilo Horn <tsdh> 13/01/13 11:05:49
Index: tex.el
===================================================================
RCS file: /sources/auctex/auctex/tex.el,v
retrieving revision 5.704
retrieving revision 5.705
diff -u -b -r5.704 -r5.705
--- tex.el 4 Dec 2012 08:01:33 -0000 5.704
+++ tex.el 13 Jan 2013 11:05:48 -0000 5.705
@@ -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
_______________________________________________
auctex-diffs mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-diffs