diff options
author | 2010-03-17 13:25:59 -0400 | |
---|---|---|
committer | 2010-03-17 13:25:59 -0400 | |
commit | 249971d51370dec0f2c98fe7ae57cfaa3e489c3d (patch) | |
tree | cd1f125479aec4a1bf26ee8581882e246b8d9d49 /doc/manual/5_FolderStructure.md | |
parent | 0d2cf6a4b68d45810124caa1ada6ebc852f26265 (diff) | |
download | textadept-249971d51370dec0f2c98fe7ae57cfaa3e489c3d.tar.gz textadept-249971d51370dec0f2c98fe7ae57cfaa3e489c3d.zip |
Updated documentation to remove side pane references.
Diffstat (limited to 'doc/manual/5_FolderStructure.md')
-rw-r--r-- | doc/manual/5_FolderStructure.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/5_FolderStructure.md b/doc/manual/5_FolderStructure.md index 7cb0f4b3..a9a61299 100644 --- a/doc/manual/5_FolderStructure.md +++ b/doc/manual/5_FolderStructure.md @@ -13,8 +13,8 @@ Lua to C interface, event structure, file input/output, and localization. Core extension Lua modules are in `core/ext/`. These are optional and not required, but are stored in `core/` because they could be considered "core -functionality". They are responsible for PM functionality and features like -find/replace and the handling of key commands, menus, and file types. +functionality". They are responsible for features like find/replace and the +handling of key commands, menus, and file types. ## Lexers |