]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Map \envvar to the TeXinfo equivalent, @env.
authorFred Drake <fdrake@acm.org>
Wed, 16 Jul 2003 03:44:48 +0000 (03:44 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 16 Jul 2003 03:44:48 +0000 (03:44 +0000)
Doc/tools/py2texi.el

index f35bfd155d537b705cf64ad2661a083997115847..b117cad174416453566abce784400dd911220a70 100644 (file)
@@ -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}\ 1"))
     ("fi" 0 (concat "@end " last-if))