diff options
author | 2012-01-05 05:20:39 -0500 | |
---|---|---|
committer | 2012-01-05 05:20:39 -0500 | |
commit | 2ab6deaecb4576c932dd63186927e9481bf5dedc (patch) | |
tree | 2574adf1f9c7a789456c1e467c0d98a17a4609b6 /doc/manual/11_Scripting.md | |
parent | 6143b96a6d71a0d8d04ed7d4ddc3696a141112c7 (diff) | |
download | textadept-2ab6deaecb4576c932dd63186927e9481bf5dedc.tar.gz textadept-2ab6deaecb4576c932dd63186927e9481bf5dedc.zip |
Rename '_m' to '_M'.
Diffstat (limited to 'doc/manual/11_Scripting.md')
-rw-r--r-- | doc/manual/11_Scripting.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/11_Scripting.md b/doc/manual/11_Scripting.md index ff7bd6d8..6fbf2cba 100644 --- a/doc/manual/11_Scripting.md +++ b/doc/manual/11_Scripting.md @@ -2,7 +2,7 @@ Textadept has superb support for editing Lua code. Syntax autocomplete and LuaDoc is available for many Textadept objects as well as Lua's standard -libraries. See the [lua module documentation](../modules/_m.lua.commands.html) +libraries. See the [lua module documentation](../modules/_M.lua.commands.html) for more information.  |