summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2020-08-11 16:54:53 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2020-08-11 16:54:53 +0200
commit4f97d7d7cd942dfe76cd4bb54fc3f5b890654235 (patch)
tree5fad3eb091bfa3b05b46f4975d2e5f6284e4ed97 /doc
parenta8723a3d1ee935e8d403bd0f5d96a072c0974755 (diff)
downloadcontext-4f97d7d7cd942dfe76cd4bb54fc3f5b890654235.tar.gz
2020-08-11 15:59:00
Diffstat (limited to 'doc')
-rw-r--r--doc/context/sources/general/manuals/luametatex/luametatex-callbacks.tex30
-rw-r--r--doc/context/sources/general/manuals/luametatex/luametatex-differences.tex1
2 files changed, 17 insertions, 14 deletions
diff --git a/doc/context/sources/general/manuals/luametatex/luametatex-callbacks.tex b/doc/context/sources/general/manuals/luametatex/luametatex-callbacks.tex
index 056d0d4e4..d589e04bd 100644
--- a/doc/context/sources/general/manuals/luametatex/luametatex-callbacks.tex
+++ b/doc/context/sources/general/manuals/luametatex/luametatex-callbacks.tex
@@ -110,20 +110,22 @@ with the file.
private per|-|file data. Both the callback functions will receive the table as
their only argument.
-\subsection{\cbk {if_end_of_file}}
-
-\topicindex{callbacks+checking files}
-
-This callback has no arguments and your function should return true or false. The
-callback is triggered by \type {\ifeof}. It's up to the macro package to come up
-with a reasonable implementation. By default the test is always true.
-
-\startfunctioncall
-<boolean> eof =
- function ()
-\stopfunctioncall
-
-\stopsection
+% No longer needed anyway.
+%
+% \subsection{\cbk {if_end_of_file}}
+%
+% \topicindex{callbacks+checking files}
+%
+% This callback has no arguments and your function should return true or false. The
+% callback is triggered by \type {\ifeof}. It's up to the macro package to come up
+% with a reasonable implementation. By default the test is always true.
+%
+% \startfunctioncall
+% <boolean> eof =
+% function ()
+% \stopfunctioncall
+%
+% \stopsection
\startsection[title={Data processing callbacks}][library=callback]
diff --git a/doc/context/sources/general/manuals/luametatex/luametatex-differences.tex b/doc/context/sources/general/manuals/luametatex/luametatex-differences.tex
index 995550da4..a4b5fe6da 100644
--- a/doc/context/sources/general/manuals/luametatex/luametatex-differences.tex
+++ b/doc/context/sources/general/manuals/luametatex/luametatex-differences.tex
@@ -72,6 +72,7 @@ what is gone. We start with the primitives that were dropped.
\type {\read}
\type {\readline}
\type {\closein}
+ \type {\ifeof}
\NC \NR
\NC control \NC \type {\suppressfontnotfounderror}
\type {\suppresslongerror}