aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2010-06-11 19:04:10 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2010-06-11 19:04:10 -0400
commit9cc9f312c3c156aaf2f97713bb3a760bd224c52d (patch)
tree60b68b62589d9e05730a75d76b3d2b68826488a1 /doc
parentaf7f1ad5ad2bfd7e2935332d385ca05318419dc5 (diff)
Renamed modules/textadept/key_commands.lua to modules/textadept/keys.lua.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/6_Startup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/6_Startup.md b/doc/manual/6_Startup.md
index e5c98dac..4adbedc8 100644
--- a/doc/manual/6_Startup.md
+++ b/doc/manual/6_Startup.md
@@ -53,7 +53,7 @@ example:
-- These need to be loaded last.
--require 'textadept.menu'
- require 'textadept.key_commands'
+ require 'textadept.keys'
Please note Textadept does NOT load your `~/.textadept/init.lua`'s modules in
addition to its own. This defeats the purpose of maximum extensibility. If your