[Python-checkins] python/dist/src/Doc/tools py2texi.el,1.7,1.8
fdrake@users.sourceforge.net
fdrake@users.sourceforge.net
2003年7月15日 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円}"))