diff options
author | Fred Drake <fdrake@acm.org> | 2003-07-16 03:44:48 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-07-16 03:44:48 (GMT) |
commit | 0bb242b67cfe08587bf5cb722d18088fcba0fba7 (patch) | |
tree | 455762ae93f273e870eaf1492964d5d99cd2eb14 /Doc/tools | |
parent | 850026308b88c083e0626197346bf35661572795 (diff) | |
download | cpython-0bb242b67cfe08587bf5cb722d18088fcba0fba7.zip cpython-0bb242b67cfe08587bf5cb722d18088fcba0fba7.tar.gz cpython-0bb242b67cfe08587bf5cb722d18088fcba0fba7.tar.bz2 |
Map \envvar to the TeXinfo equivalent, @env.
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/py2texi.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/py2texi.el b/Doc/tools/py2texi.el index f35bfd1..b117cad 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)) |