[Python-checkins] python/dist/src/Doc/tools py2texi.el,1.6,1.7

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Tue, 15 Jul 2003 20:35:44 -0700


Update of /cvsroot/python/python/dist/src/Doc/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv4036

Modified Files:
	py2texi.el 
Log Message:
Simple support for the alltt environment.


Index: py2texi.el
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/py2texi.el,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** py2texi.el	16 Jul 2003 03:16:34 -0000	1.6
--- py2texi.el	16 Jul 2003 03:35:41 -0000	1.7
***************
*** 190,194 ****
  		 "@item \\3 @tab \\4 @tab \\5 @tab \\6 @tab \\7\n"
  		 "@item ------- @tab ------- @tab ------- @tab ------- @tab -------\n")
!      "@end multitable\n"))
    "Associative list defining substitutions for environments.
  Each list item is of the form (ENVIRONMENT ARGNUM BEGIN END) where:
--- 190,196 ----
  		 "@item \\3 @tab \\4 @tab \\5 @tab \\6 @tab \\7\n"
  		 "@item ------- @tab ------- @tab ------- @tab ------- @tab -------\n")
!      "@end multitable\n")
!     ("alltt" 0 "@example" "@end example")
!     )
    "Associative list defining substitutions for environments.
  Each list item is of the form (ENVIRONMENT ARGNUM BEGIN END) where: