summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/file-ini.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/file-ini.lua')
-rw-r--r--tex/context/base/mkiv/file-ini.lua7
1 files changed, 2 insertions, 5 deletions
diff --git a/tex/context/base/mkiv/file-ini.lua b/tex/context/base/mkiv/file-ini.lua
index 2a0271a9d..01bedeeeb 100644
--- a/tex/context/base/mkiv/file-ini.lua
+++ b/tex/context/base/mkiv/file-ini.lua
@@ -6,11 +6,8 @@ if not modules then modules = { } end modules ['file-ini'] = {
license = "see context related readme files"
}
---[[ldx--
-<p>It's more convenient to manipulate filenames (paths) in <l n='lua'/> than in
-<l n='tex'/>. These methods have counterparts at the <l n='tex'/> end.</p>
---ldx]]--
-
+-- It's more convenient to manipulate filenames (paths) in Lua than in TeX. These
+-- methods have counterparts at the TeX end.
local implement = interfaces.implement
local setmacro = interfaces.setmacro