Index: emacs/man/text.texi
diff -c emacs/man/text.texi:1.52 emacs/man/text.texi:1.53
*** emacs/man/text.texi:1.52    Tue Mar 29 21:06:20 2005
--- emacs/man/text.texi Tue Apr 26 10:51:41 2005
***************
*** 1540,1545 ****
--- 1540,1548 ----
  C-f} command (@code{tex-view}).
  @item C-c C-q
  Show the printer queue (@code{tex-show-print-queue}).
+ @item C-c C-c
+ Invoke some other compilation command on the entire current buffer
+ (@code{tex-compile}).
  @end table
  
  @findex tex-buffer
***************
*** 1684,1689 ****
--- 1687,1701 ----
  @kbd{C-c TAB} (@code{tex-bibtex-file}), and then repeat @kbd{C-c C-f}
  (@code{tex-file}) twice more to get the cross-references correct.
  
+ @findex tex-compile
+ @kindex C-c C-c @r{(@TeX{} mode)}
+   To invoke some other compilation program on the current @TeX{}
+ buffer, type @kbd{C-c C-c} (@code{tex-compile}).  This command knows
+ how to pass arguments to many common programs, including
+ @file{pdflatex}, @file{yap}, @file{xdvi}, and @file{dvips}.  You can
+ select your desired compilation program using the standard completion
+ keys (@pxref{Completion}).
+ 
  @node TeX Misc
  @subsection @TeX{} Mode Miscellany
  


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to