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

Index: tex.el
===================================================================
RCS file: /sources/auctex/auctex/tex.el,v
retrieving revision 5.594
retrieving revision 5.595
diff -u -b -r5.594 -r5.595
--- tex.el      5 Jan 2007 11:10:35 -0000       5.594
+++ tex.el      5 Jan 2007 11:19:13 -0000       5.595
@@ -4675,16 +4675,17 @@
 closing quotation marks can be specified directly as strings or
 as functions returning a string.  Fourth element is a boolean
 specifying insertion behavior, overriding
-`TeX-quote-after-quote'."
+`TeX-quote-after-quote'.  See Info node `(auctex)European' for
+valid languages."
   :group 'TeX-quote
+  :link '(custom-manual "(auctex)European")
   :type '(repeat (group (choice
                         (const "czech")
                         (const "danish")
                         (const "dutch")
                         (const "german")
                         (const "ngerman")
-                        (const "frenchb")
-                        (const "francais")
+                        (const "french") ;; not frenchb or francais
                         (const "italian")
                         (const "plfonts")
                         (const "plhb")


_______________________________________________
auctex-commit mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-commit

Reply via email to