diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/mft.ch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/mft.ch b/Build/source/texk/web2c/mft.ch index d989c3cd6ba..4d117fe6023 100644 --- a/Build/source/texk/web2c/mft.ch +++ b/Build/source/texk/web2c/mft.ch @@ -1172,10 +1172,10 @@ if metapost then begin end; @ Here an extra section is added. -% `btex' token is translated to `\mftbeginB' and -% `verbatimtex' to `\mftbeginV'. -% `etex' is translated to `\mftend'. -% These \TeX\ macros are defined in \.{mptmac.tex}. +`\.{btex}' token is translated to `\.{\\mftbeginB}' and +`\.{verbatimtex}' to `\.{\\mftbeginV}'. +`\.{etex}' is translated to `\.{\\mftend}'. +These \TeX\ macros are defined in \.{mptmac.tex}. @<Copy \TeX\ material@>= begin out4("\")("m")("f")("t"); out5("b")("e")("g")("i")("n"); if cur_type=verbatim_code then begin |