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

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


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

Modified Files:
	py2texi.el 
Log Message:
Map \envvar to the TeXinfo equivalent, @env.


Index: py2texi.el
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/py2texi.el,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** py2texi.el	16 Jul 2003 03:35:41 -0000	1.7
--- py2texi.el	16 Jul 2003 03:44:48 -0000	1.8
***************
*** 247,251 ****
      ("email" 1 "@email{\\1}")
      ("emph" 1 "@emph{\\1}")
!     ("envvar" 1 "@samp{\\1}")
      ("exception" 1 "@code{\\1}")
      ("exindex" 1 (progn (setq obindex t) "@obindex{\\1}"))
--- 247,251 ----
      ("email" 1 "@email{\\1}")
      ("emph" 1 "@emph{\\1}")
!     ("envvar" 1 "@env{\\1}")
      ("exception" 1 "@code{\\1}")
      ("exindex" 1 (progn (setq obindex t) "@obindex{\\1}"))