Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc933af

Browse files
committed
add missing entries from GNU info conversion table
(ported from release24-maint branch revision 1.10.4.1)
1 parent 9687b4d commit cc933af

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/tools/py2texi.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ Both BEGIN and END are evaled. Moreover, you can reference arguments through
260260
("funclineni" 2 "@item \\1 \\2")
261261
("function" 1 "@code{\\1}")
262262
("grammartoken" 1 "@code{\\1}")
263+
("guilabel" 1 "@strong{\\1}")
263264
("hline" 0 "")
264265
("ifhtml" 0 (concat "@" (setq last-if "ifinfo")))
265266
("iftexi" 0 (concat "@" (setq last-if "ifinfo")))
@@ -353,6 +354,7 @@ Both BEGIN and END are evaled. Moreover, you can reference arguments through
353354
(py2texi-backslash-quote (match-string 2 str)))
354355
"@node \\1\n@section \\1\n"))))
355356
("sectionauthor" 2 "")
357+
("seelink" 3 "\n@table @url\n@item @strong{\\1}\n(\\2)\n\\3\n@end table\n")
356358
("seemodule" 2 "@ref{\\1} \\2")
357359
("seepep" 3 "\n@table @strong\n@item PEP\\1 \\2\n\\3\n@end table\n")
358360
("seerfc" 3 "\n@table @strong\n@item RFC\\1 \\2\n\\3\n@end table\n")

0 commit comments

Comments
 (0)