diff options
author | Luigi Scarso <luigi.scarso@gmail.com> | 2021-12-31 10:40:15 +0000 |
---|---|---|
committer | Luigi Scarso <luigi.scarso@gmail.com> | 2021-12-31 10:40:15 +0000 |
commit | 04bb9784af600b927145a399b3b87017a0af96c3 (patch) | |
tree | 6b09101fef3879daabdba6aef720cfe720ab5697 /Master/texmf-dist/doc/luatex/base/luatex-graphics.tex | |
parent | cb71b62afd23fc35a04304858ee2d221b8a51dcb (diff) |
Updated luatex manual.
git-svn-id: svn://tug.org/texlive/trunk@61454 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/luatex/base/luatex-graphics.tex')
-rw-r--r-- | Master/texmf-dist/doc/luatex/base/luatex-graphics.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/luatex/base/luatex-graphics.tex b/Master/texmf-dist/doc/luatex/base/luatex-graphics.tex index 3f12762b68b..0e34a65284e 100644 --- a/Master/texmf-dist/doc/luatex/base/luatex-graphics.tex +++ b/Master/texmf-dist/doc/luatex/base/luatex-graphics.tex @@ -515,9 +515,9 @@ In contrast with the normal stand alone \type {mpost} command, there is \stopfunctioncall If for some reason you want to stop using an \MPLIB\ instance while processing is -not yet actually done, you can call \type finish}. Eventually, used memory +not yet actually done, you can call \type{finish}. Eventually, used memory will be freed and open files will be closed by the \LUA\ garbage collector, but -an explicit \type finish} is the only way to capture the final part of the +an explicit \type{finish} is the only way to capture the final part of the output streams. \subsection{Result table} |