summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/font-afk.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/font-afk.lua')
-rw-r--r--tex/context/base/mkiv/font-afk.lua8
1 files changed, 3 insertions, 5 deletions
diff --git a/tex/context/base/mkiv/font-afk.lua b/tex/context/base/mkiv/font-afk.lua
index 761016d34..250c17e77 100644
--- a/tex/context/base/mkiv/font-afk.lua
+++ b/tex/context/base/mkiv/font-afk.lua
@@ -7,11 +7,9 @@ if not modules then modules = { } end modules ['font-afk'] = {
dataonly = true,
}
---[[ldx--
-<p>For ligatures, only characters with a code smaller than 128 make sense,
-anything larger is encoding dependent. An interesting complication is that a
-character can be in an encoding twice but is hashed once.</p>
---ldx]]--
+-- For ligatures, only characters with a code smaller than 128 make sense, anything
+-- larger is encoding dependent. An interesting complication is that a character can
+-- be in an encoding twice but is hashed once.
local allocate = utilities.storage.allocate