auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] Changes to auctex/tex.el


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/tex.el
Date: Sat, 22 Apr 2006 19:17:48 +0000

Index: auctex/tex.el
diff -u auctex/tex.el:5.564 auctex/tex.el:5.565
--- auctex/tex.el:5.564 Mon Mar 27 21:32:23 2006
+++ auctex/tex.el       Sat Apr 22 19:17:48 2006
@@ -2227,13 +2227,17 @@
     ("AMSTEX" ams-tex-mode
      "\\\\document\\b")
     ("CONTEXT" context-mode
-     "\\(\\\\\\(starttext\\|starttekst\\)\\|%.*?interface=\\)")
+     "\\\\\\(start\\(text\\|tekst\\|proje[ck]t\\|proiect\\|\
+produ[ck]t\\|produs\\|environment\\|omgeving\\|umgebung\\|prostredi\\|mediu\\|\
+component\\|onderdeel\\|komponent[ea]\\|componenta\\)\
+\\|inizia\\(testo\\|progetto\\|prodotto\\|ambiente\\|componente\\)\
+\\)\\|%.*?interface=")
     ("LATEX" latex-mode
      "\\\\\\(begin\\|section\\|chapter\\|documentstyle\\|documentclass\\)\\b")
     ("TEX" plain-tex-mode "."))
   "*List of format packages to consider when choosing a TeX mode.
 
-A list with a entry for each format package available at the site.
+A list with an entry for each format package available at the site.
 
 Each entry is a list with three elements.
 
@@ -2242,7 +2246,7 @@
 3. A regexp typically matched in the beginning of the file.
 
 When entering `tex-mode', each regexp is tried in turn in order to find
-when major mode to enter.")
+the major mode to be used.")
 
 (defcustom TeX-default-mode 'latex-mode
   "*Mode to enter for a new file when it can't be determined otherwise."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]