Map \envvar to the TeXinfo equivalent, @env.

This commit is contained in:
Fred Drake 2003-07-16 03:44:48 +00:00
parent 850026308b
commit 0bb242b67c
1 changed files with 1 additions and 1 deletions

View 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}"))
("fi" 0 (concat "@end " last-if))