]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Teach this script about \AA and \aa (the Scandanavian A-ring
authorFred Drake <fdrake@acm.org>
Wed, 16 Jul 2003 03:16:34 +0000 (03:16 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 16 Jul 2003 03:16:34 +0000 (03:16 +0000)
characters); \AA is used in whatsnew23.tex.

Doc/tools/py2texi.el

index f9d8b96b8d45dd1fa080fe413facf6d3566356a9..a3fb94ee31394c0f4c2de6b27e02326a829a6854 100644 (file)
@@ -200,7 +200,9 @@ Both BEGIN and END are evaled.  Moreover, you can reference arguments through
 \N regular expression notation in strings of BEGIN.")
 
 (defconst py2texi-commands
-  '(("ABC" 0 "ABC")
+  '(("AA" 0 "@AA{}")
+    ("aa" 0 "@aa{}")
+    ("ABC" 0 "ABC")
     ("appendix" 0 (progn (setq appendix t) ""))
     ("ASCII" 0 "ASCII")
     ("author" 1 (progn (setq author (match-string 1 string)) ""))