diff options
author | Fred Drake <fdrake@acm.org> | 2005-03-10 03:59:35 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2005-03-10 03:59:35 (GMT) |
commit | cc933af1acb5788eb5f85d431106c4d81783b554 (patch) | |
tree | 2b7a3db6dd9de824ad4a2c4a2e23599a155a5e87 /Doc/tools | |
parent | 9687b4dc57d52c612fd9b5405d62b55b78eead22 (diff) | |
download | cpython-cc933af1acb5788eb5f85d431106c4d81783b554.zip cpython-cc933af1acb5788eb5f85d431106c4d81783b554.tar.gz cpython-cc933af1acb5788eb5f85d431106c4d81783b554.tar.bz2 |
add missing entries from GNU info conversion table
(ported from release24-maint branch revision 1.10.4.1)
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/py2texi.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/tools/py2texi.el b/Doc/tools/py2texi.el index 8270c6e..82dc5bb 100644 --- a/Doc/tools/py2texi.el +++ b/Doc/tools/py2texi.el @@ -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") |