Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
cc933af1
Commit
cc933af1
authored
Mar 10, 2005
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add missing entries from GNU info conversion table
(ported from release24-maint branch revision 1.10.4.1)
parent
9687b4dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Doc/tools/py2texi.el
Doc/tools/py2texi.el
+2
-0
No files found.
Doc/tools/py2texi.el
View file @
cc933af1
...
...
@@ -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"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment