summaryrefslogtreecommitdiff
path: root/tex/context/base/back-ini.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2014-06-06 23:52:00 +0200
committerHans Hagen <pragma@wxs.nl>2014-06-06 23:52:00 +0200
commitb7bf9474dd20221297fb47bf90c1ab6c6a2d9306 (patch)
tree7f3adafe1d7f02a6697318ef7dff035bd326c354 /tex/context/base/back-ini.lua
parent1b8d827a6d33b746d004ac5cfab16de8840054e9 (diff)
downloadcontext-b7bf9474dd20221297fb47bf90c1ab6c6a2d9306.tar.gz
beta 2014.06.06 23:52
Diffstat (limited to 'tex/context/base/back-ini.lua')
-rw-r--r--tex/context/base/back-ini.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/tex/context/base/back-ini.lua b/tex/context/base/back-ini.lua
index c1f973a0c..129e7b75c 100644
--- a/tex/context/base/back-ini.lua
+++ b/tex/context/base/back-ini.lua
@@ -6,6 +6,13 @@ if not modules then modules = { } end modules ['back-ini'] = {
license = "see context related readme files"
}
+-- -- how to create a shortcut:
+--
+-- local function something(...)
+-- something = backends.codeinjections.something
+-- return something(...)
+-- end
+
local next, type = next, type
local format = string.format