diff options
author | 2013-08-26 22:36:10 -0400 | |
---|---|---|
committer | 2013-08-26 22:36:10 -0400 | |
commit | 92a1e1cae3029a3c4dde56c8dcc5d212fdc11e26 (patch) | |
tree | 53d4645ebc30698f4a782bc76232b0b54fe82507 /doc/07_Modules.md | |
parent | acda712a50dbebafa295ccd07ce8186d9b82aa10 (diff) | |
download | textadept-92a1e1cae3029a3c4dde56c8dcc5d212fdc11e26.tar.gz textadept-92a1e1cae3029a3c4dde56c8dcc5d212fdc11e26.zip |
Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.
Diffstat (limited to 'doc/07_Modules.md')
-rw-r--r-- | doc/07_Modules.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/07_Modules.md b/doc/07_Modules.md index 10f086ef..9af18ab5 100644 --- a/doc/07_Modules.md +++ b/doc/07_Modules.md @@ -10,7 +10,7 @@ Textadept also recognizes a special kind of module: a language module. Language modules provide functionality specific to their respective programming languages. -[textadept module]: api/_M.textadept.html +[textadept module]: api/textadept.html [preferences]: 08_Preferences.html#Loading.Modules ## Language Modules |