summaryrefslogtreecommitdiff
path: root/tex/context/base/typo-man.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/typo-man.lua')
-rw-r--r--tex/context/base/typo-man.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/tex/context/base/typo-man.lua b/tex/context/base/typo-man.lua
index 9b3c8b92b..6c6d7926f 100644
--- a/tex/context/base/typo-man.lua
+++ b/tex/context/base/typo-man.lua
@@ -19,6 +19,8 @@ local global = global or _G
local methods = {
uppercase = characters.upper,
lowercase = characters.lower,
+ Word = converters.Word,
+ Words = converters.Words,
}
local function nothing(s) return s end -- we already have that one somewhere