From: Fred Drake Date: Wed, 16 Jul 2003 03:44:48 +0000 (+0000) Subject: Map \envvar to the TeXinfo equivalent, @env. X-Git-Tag: v2.3c1~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0bb242b67cfe08587bf5cb722d18088fcba0fba7;p=thirdparty%2FPython%2Fcpython.git Map \envvar to the TeXinfo equivalent, @env. --- diff --git a/Doc/tools/py2texi.el b/Doc/tools/py2texi.el index f35bfd155d53..b117cad17441 100644 --- a/Doc/tools/py2texi.el +++ b/Doc/tools/py2texi.el @@ -246,7 +246,7 @@ Both BEGIN and END are evaled. Moreover, you can reference arguments through ("EOF" 0 "@code{EOF}") ("email" 1 "@email{\\1}") ("emph" 1 "@emph{\\1}") - ("envvar" 1 "@samp{\\1}") + ("envvar" 1 "@env{\\1}") ("exception" 1 "@code{\\1}") ("exindex" 1 (progn (setq obindex t) "@obindex{\\1}")) ("fi" 0 (concat "@end " last-if))