[Python-checkins] python/dist/src/Doc/tools py2texi.el, 1.10, 1.10.4.1

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Thu Mar 10 04:57:05 CET 2005


Update of /cvsroot/python/python/dist/src/Doc/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20616/Doc/tools

Modified Files:
      Tag: release24-maint
	py2texi.el 
Log Message:
add missing entries from GNU info conversion table

Index: py2texi.el
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/py2texi.el,v
retrieving revision 1.10
retrieving revision 1.10.4.1
diff -u -d -r1.10 -r1.10.4.1
--- py2texi.el	17 Jul 2004 14:43:32 -0000	1.10
+++ py2texi.el	10 Mar 2005 03:57:02 -0000	1.10.4.1
@@ -260,6 +260,7 @@
     ("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 @@
 			  (py2texi-backslash-quote (match-string 2 str)))
 		       "@node \\1\n at section \\1\n"))))
     ("sectionauthor" 2 "")
+    ("seelink" 3 "\n at table @url\n at item @strong{\\1}\n(\\2)\n\\3\n at end table\n")
     ("seemodule" 2 "@ref{\\1} \\2")
     ("seepep" 3 "\n at table @strong\n at item PEP\\1 \\2\n\\3\n at end table\n")
     ("seerfc" 3 "\n at table @strong\n at item RFC\\1 \\2\n\\3\n at end table\n")



More information about the Python-checkins mailing list