diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/lang-wrd.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/lang-wrd.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/base/lang-wrd.lua b/Master/texmf-dist/tex/context/base/lang-wrd.lua index 558d5744faf..3d3cb6aec99 100644 --- a/Master/texmf-dist/tex/context/base/lang-wrd.lua +++ b/Master/texmf-dist/tex/context/base/lang-wrd.lua @@ -412,3 +412,9 @@ end --~ namespace = languagehacks, --~ processor = languagehacks.process --~ } + +-- interface + +commands.enablespellchecking = words.enable +commands.disablespellchecking = words.disable +commands.loadspellchecklist = words.load |