[Top][All Lists]
[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:19:13 +0000 |
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] Changes to auctex/tex.el,v, Reiner Steib, 2007/01/04
- [AUCTeX-commit] Changes to auctex/tex.el,v, Reiner Steib, 2007/01/05
- [AUCTeX-commit] Changes to auctex/tex.el,v,
Reiner Steib <=
- [AUCTeX-commit] Changes to auctex/tex.el,v, Reiner Steib, 2007/01/05
- [AUCTeX-commit] Changes to auctex/tex.el,v, Ralf Angeli, 2007/01/08
- [AUCTeX-commit] Changes to auctex/tex.el,v, Reiner Steib, 2007/01/17
- [AUCTeX-commit] Changes to auctex/tex.el,v, Masayuki Ataka, 2007/01/31