]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add missing entries from GNU info conversion table
authorFred Drake <fdrake@acm.org>
Thu, 10 Mar 2005 03:57:02 +0000 (03:57 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 10 Mar 2005 03:57:02 +0000 (03:57 +0000)
Doc/tools/py2texi.el

index 8270c6eb039f8071526ea5ab82c6f61037e53027..82dc5bb994c9c0173d4607c4d96f61ee942af893 100644 (file)
@@ -260,6 +260,7 @@ Both BEGIN and END are evaled.  Moreover, you can reference arguments through
     ("funclineni" 2 "@item \\1 \\2")
     ("function" 1 "@code{\\1}")
     ("grammartoken" 1 "@code{\\1}")
+    ("guilabel" 1 "@strong{\\1}")
     ("hline" 0 "")
     ("ifhtml" 0 (concat "@" (setq last-if "ifinfo")))
     ("iftexi" 0 (concat "@" (setq last-if "ifinfo")))
@@ -353,6 +354,7 @@ Both BEGIN and END are evaled.  Moreover, you can reference arguments through
                          (py2texi-backslash-quote (match-string 2 str)))
                       "@node \\1\n@section \\1\n"))))
     ("sectionauthor" 2 "")
+    ("seelink" 3 "\n@table @url\n@item @strong{\\1}\n(\\2)\n\\3\n@end table\n")
     ("seemodule" 2 "@ref{\\1} \\2")
     ("seepep" 3 "\n@table @strong\n@item PEP\\1 \\2\n\\3\n@end table\n")
     ("seerfc" 3 "\n@table @strong\n@item RFC\\1 \\2\n\\3\n@end table\n")