Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0bb242b

Browse files
committed
Map \envvar to the TeXinfo equivalent, @env.
1 parent 8500263 commit 0bb242b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tools/py2texi.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Both BEGIN and END are evaled. Moreover, you can reference arguments through
246246
("EOF" 0 "@code{EOF}")
247247
("email" 1 "@email{\\1}")
248248
("emph" 1 "@emph{\\1}")
249-
("envvar" 1 "@samp{\\1}")
249+
("envvar" 1 "@env{\\1}")
250250
("exception" 1 "@code{\\1}")
251251
("exindex" 1 (progn (setq obindex t) "@obindex{\\1}"))
252252
("fi" 0 (concat "@end " last-if))

0 commit comments

Comments
 (0)