diff options
author | 2011-10-02 21:59:27 -0400 | |
---|---|---|
committer | 2011-10-02 21:59:27 -0400 | |
commit | 41a769385f00549a2136cefbdfa0819278aaba81 (patch) | |
tree | e8b705be8c358baea6b368c46d04ee7fbb85bb8d /doc/manual/9_Preferences.md | |
parent | 327f90996bc62f73ad5b9e6e3c8a27b44c41607a (diff) | |
download | textadept-41a769385f00549a2136cefbdfa0819278aaba81.tar.gz textadept-41a769385f00549a2136cefbdfa0819278aaba81.zip |
Updated manual.
Diffstat (limited to 'doc/manual/9_Preferences.md')
-rw-r--r-- | doc/manual/9_Preferences.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/9_Preferences.md b/doc/manual/9_Preferences.md index e12b0c72..e86ba132 100644 --- a/doc/manual/9_Preferences.md +++ b/doc/manual/9_Preferences.md @@ -35,8 +35,8 @@ with require 'textadept.snapopen' require 'textadept.snippets' - --require 'textadept.menu' require 'textadept.keys' + --require 'textadept.menu' Note that his list was obtained from the `textadept` module's `init.lua` which is located in the `modules/textadept/` directory. |