auctex-commit
[Top][All Lists]
Advanced

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

[AUCTeX-commit] Changes to auctex/tex.el,v


From: Reiner Steib
Subject: [AUCTeX-commit] Changes to auctex/tex.el,v
Date: Fri, 05 Jan 2007 11:10:36 +0000

CVSROOT:        /sources/auctex
Module name:    auctex
Changes by:     Reiner Steib <rsteib>   07/01/05 11:10:35

Index: tex.el
===================================================================
RCS file: /sources/auctex/auctex/tex.el,v
retrieving revision 5.593
retrieving revision 5.594
diff -u -b -r5.593 -r5.594
--- tex.el      5 Jan 2007 00:43:30 -0000       5.593
+++ tex.el      5 Jan 2007 11:10:35 -0000       5.594
@@ -4677,7 +4677,20 @@
 specifying insertion behavior, overriding
 `TeX-quote-after-quote'."
   :group 'TeX-quote
-  :type '(repeat (group (string :tag "Language")
+  :type '(repeat (group (choice
+                        (const "czech")
+                        (const "danish")
+                        (const "dutch")
+                        (const "german")
+                        (const "ngerman")
+                        (const "frenchb")
+                        (const "francais")
+                        (const "italian")
+                        (const "plfonts")
+                        (const "plhb")
+                        (const "slovak")
+                        (const "swedish")
+                        (string :tag "Other Language"))
                        (choice :tag "Opening quotation mark" string function)
                        (choice :tag "Closing quotation mark" string function)
                        (boolean :tag "Insert plain quote first" :value t))))




reply via email to

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