Index: auctex/doc/auctex.texi
diff -u auctex/doc/auctex.texi:1.246 auctex/doc/auctex.texi:1.247
--- auctex/doc/auctex.texi:1.246        Mon Oct 24 17:28:45 2005
+++ auctex/doc/auctex.texi      Fri Oct 28 16:37:09 2005
@@ -2732,6 +2732,13 @@
 twice will give you opening or closing German quotes (@samp{"`} or
 @samp{"'}).  Typing @key{-} twice will insert @samp{"=}.
 
[EMAIL PROTECTED] frenchb
[EMAIL PROTECTED] francais
+Runs style hook @code{TeX-language-fr-hook}.  Pressing @key{"} will
+insert @samp{\\og} and @samp{\\fg} depending on context.  Note that the
+language name for customizing @code{TeX-quote-language-alist} is
[EMAIL PROTECTED]
+
 @item italian
 Runs style hook @code{TeX-language-it-hook}.  Pressing @key{"} will
 insert @samp{"<} and @samp{">} depending on context.
@@ -2767,11 +2774,12 @@
 Used for overriding the default language-specific quote insertion.  This
 is an alist where each element is a list consisting of four items.  The
 first item is the name of the language in concern as a string.  The
-second item is the opening quotation mark as string.  The third item is
-the closing quotation mark.  The third item is a boolean controlling
-quote insertion.  It should be non-nil if if the special quotes should
-only be used after inserting a literal @samp{"} character first, i.e. on
-second key press.
+second item is the opening quotation mark.  The third item is the
+closing quotation mark.  Opening and closing quotation marks can be
+specified directly as strings or as functions returning a string.  The
+fourth item is a boolean controlling quote insertion.  It should be
+non-nil if if the special quotes should only be used after inserting a
+literal @samp{"} character first, i.e. on second key press.
 @end defopt
 
 @defopt LaTeX-babel-hyphen-language-alist


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

Reply via email to