Index: tex.el =================================================================== RCS file: /sources/auctex/auctex/tex.el,v retrieving revision 5.711 diff -u -r5.711 tex.el --- tex.el 26 Feb 2013 08:01:28 -0000 5.711 +++ tex.el 5 Mar 2013 15:47:19 -0000 @@ -145,6 +145,8 @@ ("File" "%(o?)dvips %d -o %f " TeX-run-command t t :help "Generate PostScript file") ("Index" "makeindex %s" TeX-run-command nil t :help "Create index file") + ("Xindy" "texindy %s" TeX-run-command nil t + :help "Run xindy to 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)