[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] Changes to auctex/doc/auctex.texi
From: |
Ralf Angeli |
Subject: |
[AUCTeX-diffs] Changes to auctex/doc/auctex.texi |
Date: |
Sat, 03 Jun 2006 10:39:35 +0000 |
Index: auctex/doc/auctex.texi
diff -u auctex/doc/auctex.texi:1.257 auctex/doc/auctex.texi:1.258
--- auctex/doc/auctex.texi:1.257 Fri Jun 2 14:21:44 2006
+++ auctex/doc/auctex.texi Sat Jun 3 10:39:34 2006
@@ -188,6 +188,8 @@
* Debugging:: Debugging @TeX{} and @LaTeX{} output.
* Checking:: Checking the document.
* Control:: Controlling the processes.
+* Cleaning:: Cleaning intermediate and output files.
+* Documentation:: Documentation about macros and packages.
Language Support
@@ -1958,7 +1960,8 @@
* Debugging:: Debugging @TeX{} and @LaTeX{} output.
* Checking:: Checking the document.
* Control:: Controlling the processes.
-* Miscellaneous Commands:: Miscellaneous Commands.
+* Cleaning:: Cleaning intermediate and output files.
+* Documentation:: Documentation about macros and packages.
@end menu
@node Commands
@@ -2393,23 +2396,61 @@
process was started.
@end deffn
address@hidden Miscellaneous Commands
address@hidden Miscellaneous Commands
address@hidden Cleaning
address@hidden Cleaning intermediate and output files
address@hidden Cleaning
+
address@hidden Command TeX-clean
address@hidden plain-TeX-clean-intermediate-suffixes
address@hidden plain-TeX-clean-output-suffixes
address@hidden LaTeX-clean-intermediate-suffixes
address@hidden LaTeX-clean-output-suffixes
address@hidden docTeX-clean-intermediate-suffixes
address@hidden docTeX-clean-output-suffixes
address@hidden Texinfo-clean-intermediate-suffixes
address@hidden Texinfo-clean-output-suffixes
address@hidden ConTeXt-clean-intermediate-suffixes
address@hidden ConTeXt-clean-output-suffixes
+Remove generated intermediate files. In case a prefix argument is
+given, remove output files as well.
+
+Canonical access to the function is provided by the @samp{Clean} and
address@hidden All} entries in @code{TeX-command-list}, invokable with
address@hidden C-c} or the Command menu.
+
+The patterns governing which files to remove can be adapted separately
+for each @AUCTeX{} mode by means of the variables
address@hidden,
address@hidden,
address@hidden,
address@hidden,
address@hidden,
address@hidden,
address@hidden,
address@hidden,
address@hidden and
address@hidden
address@hidden deffn
+
address@hidden TeX-clean-confirm
+Control if deletion of intermediate and output files has to be confirmed
+before it is actually done. If non-nil, ask before deleting files.
address@hidden defopt
+
address@hidden Documentation
address@hidden Documentation about macros and packages
address@hidden Documentation
@deffn Command TeX-doc
@kindex C-c ?
+(@kbd{C-c ?}) Get documentation about macros, packages or @TeX{} &
+Co. in general. The function will prompt for the name of a command or
+manual, providing a list of available keywords for completion. If point
+is on a command or word with available documentation, this will be
+suggested as default.
-The function @code{TeX-doc} provides easy access to documentation about
-commands and packages or information related to @TeX{} and friends in
-general. It is accessible with the key binding @kbd{C-c ?} or the
address@hidden Documentation...} entry in the mode menus.
address@hidden deffn
-
address@hidden Command TeX-clean
-You can get rid of generated intermediate and output files by means of
-the new @samp{Clean} and @samp{Clean All} entries in
address@hidden accessible with @kbd{C-c C-c} or the Command
-menu.
+The command can be invoked by the key binding mentioned above as well as
+the @samp{Find Documentation...} entry in the mode menu.
@end deffn
@node Multifile