Mercurial > hg > xemacs-beta
comparison lisp/auctex/auto-autoloads.el @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | |
children | 929b76928fce |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
1 ;;; DO NOT MODIFY THIS FILE | |
2 (if (not (featurep 'auctex-autoloads)) | |
3 (progn | |
4 | |
5 ;;;### (autoloads (BibTeX-auto-store) "latex" "auctex/latex.el") | |
6 | |
7 (autoload 'BibTeX-auto-store "latex" "\ | |
8 This function should be called from bibtex-mode-hook. | |
9 It will setup BibTeX to store keys in an auto file." nil nil) | |
10 | |
11 ;;;*** | |
12 | |
13 ;;;### (autoloads nil "tex-info" "auctex/tex-info.el") | |
14 | |
15 ;;;*** | |
16 | |
17 ;;;### (autoloads (japanese-latex-mode japanese-plain-tex-mode) "tex-jp" "auctex/tex-jp.el") | |
18 | |
19 (autoload 'japanese-plain-tex-mode "tex-jp" "\ | |
20 Major mode for editing files of input for Japanese plain TeX. | |
21 Set japanese-TeX-mode to t, and enters plain-tex-mode." t nil) | |
22 | |
23 (autoload 'japanese-latex-mode "tex-jp" "\ | |
24 Major mode for editing files of input for Japanese plain TeX. | |
25 Set japanese-TeX-mode to t, and enters latex-mode." t nil) | |
26 | |
27 ;;;*** | |
28 | |
29 ;;;### (autoloads (TeX-submit-bug-report TeX-insert-quote TeX-auto-generate-global TeX-auto-generate ams-tex-mode) "tex" "auctex/tex.el") | |
30 | |
31 (autoload 'ams-tex-mode "tex" "\ | |
32 Major mode for editing files of input for AmS TeX. | |
33 See info under AUC TeX for documentation. | |
34 | |
35 Special commands: | |
36 \\{TeX-mode-map} | |
37 | |
38 Entering AmS-tex-mode calls the value of text-mode-hook, | |
39 then the value of TeX-mode-hook, and then the value | |
40 of AmS-TeX-mode-hook." t nil) | |
41 | |
42 (autoload 'TeX-auto-generate "tex" "\ | |
43 Generate style file for TEX and store it in AUTO. | |
44 If TEX is a directory, generate style files for all files in the directory." t nil) | |
45 | |
46 (autoload 'TeX-auto-generate-global "tex" "\ | |
47 Create global auto directory for global TeX macro definitions." t nil) | |
48 | |
49 (autoload 'TeX-insert-quote "tex" "\ | |
50 Insert the appropriate quote marks for TeX. | |
51 Inserts the value of `TeX-open-quote' (normally ``) or `TeX-close-quote' | |
52 \(normally '') depending on the context. If `TeX-quote-after-quote' | |
53 is non-nil, this insertion works only after \". | |
54 With prefix argument, always inserts \" characters." t nil) | |
55 | |
56 (autoload 'TeX-submit-bug-report "tex" "\ | |
57 Submit via mail a bug report on AUC TeX" t nil) | |
58 | |
59 ;;;*** | |
60 | |
61 (provide 'auctex-autoloads) | |
62 )) |