summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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}