--- auctex-11.81/tex.el.orig 2005-10-10 07:31:40 +0300 +++ auctex-11.81/tex.el 2005-10-10 07:32:47 +0300 @@ -192,7 +192,7 @@ :visible TeX-queue-command) ("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") + ("Index" "rumakeindex %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") ("Spell" "" TeX-run-ispell-on-document nil t