[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] Changes to auctex/latex.el
From: |
David Kastrup |
Subject: |
[AUCTeX-diffs] Changes to auctex/latex.el |
Date: |
Fri, 29 Apr 2005 08:32:19 -0400 |
Index: auctex/latex.el
diff -u auctex/latex.el:5.363 auctex/latex.el:5.364
--- auctex/latex.el:5.363 Wed Apr 27 16:16:38 2005
+++ auctex/latex.el Fri Apr 29 12:32:17 2005
@@ -4452,10 +4452,8 @@
(add-to-list 'auto-mode-alist '("\\.drv\\'" . latex-mode))
;;;###autoload
-(TeX-doc)
-;;;###autoload
(defun TeX-latex-mode ()
- "Major mode in %s for editing LaTeX files.
+ "Major mode in AUCTeX for editing LaTeX files.
See info under AUCTeX for full documentation.
Special commands:
@@ -4481,10 +4479,8 @@
(add-to-list 'auto-mode-alist '("\\.dtx\\'" . doctex-mode))
;;;###autoload
-(TeX-doc)
-;;;###autoload
(define-derived-mode docTeX-mode TeX-latex-mode "docTeX"
- "Major mode in %s for editing .dtx files derived from `LaTeX-mode'.
+ "Major mode in AUCTeX for editing .dtx files derived from `LaTeX-mode'.
Runs `LaTeX-mode', sets a few variables and
runs the hooks in `docTeX-mode-hook'."
- [AUCTeX-diffs] Changes to auctex/latex.el, Ralf Angeli, 2005/04/05
- [AUCTeX-diffs] Changes to auctex/latex.el, Ralf Angeli, 2005/04/06
- [AUCTeX-diffs] Changes to auctex/latex.el, Ralf Angeli, 2005/04/10
- [AUCTeX-diffs] Changes to auctex/latex.el, Ralf Angeli, 2005/04/10
- [AUCTeX-diffs] Changes to auctex/latex.el, Ralf Angeli, 2005/04/10
- [AUCTeX-diffs] Changes to auctex/latex.el, Ralf Angeli, 2005/04/12
- [AUCTeX-diffs] Changes to auctex/latex.el, Ralf Angeli, 2005/04/13
- [AUCTeX-diffs] Changes to auctex/latex.el, Masayuki Ataka, 2005/04/13
- [AUCTeX-diffs] Changes to auctex/latex.el, David Kastrup, 2005/04/27
- [AUCTeX-diffs] Changes to auctex/latex.el,
David Kastrup <=