summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/font-log.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/font-log.lua')
-rw-r--r--tex/context/base/mkiv/font-log.lua9
1 files changed, 3 insertions, 6 deletions
diff --git a/tex/context/base/mkiv/font-log.lua b/tex/context/base/mkiv/font-log.lua
index 092b5a62e..96b5864fd 100644
--- a/tex/context/base/mkiv/font-log.lua
+++ b/tex/context/base/mkiv/font-log.lua
@@ -19,12 +19,9 @@ fonts.loggers = loggers
local usedfonts = utilities.storage.allocate()
----- loadedfonts = utilities.storage.allocate()
---[[ldx--
-<p>The following functions are used for reporting about the fonts
-used. The message itself is not that useful in regular runs but since
-we now have several readers it may be handy to know what reader is
-used for which font.</p>
---ldx]]--
+-- The following functions are used for reporting about the fonts used. The message
+-- itself is not that useful in regular runs but since we now have several readers
+-- it may be handy to know what reader is used for which font.
function loggers.onetimemessage(font,char,message,reporter)
local tfmdata = fonts.hashes.identifiers[font]