diff options
author | 2010-06-11 19:18:34 -0400 | |
---|---|---|
committer | 2010-06-11 19:18:34 -0400 | |
commit | f0c0e4d8c11843fb6b5dc4c6f590fa25714ab949 (patch) | |
tree | 69f582f799ed0cb851d1b44d15a7d5a9b58290cf /core/.command_entry.lua | |
parent | 9cc9f312c3c156aaf2f97713bb3a760bd224c52d (diff) | |
download | textadept-f0c0e4d8c11843fb6b5dc4c6f590fa25714ab949.tar.gz textadept-f0c0e4d8c11843fb6b5dc4c6f590fa25714ab949.zip |
Cleanup.
Diffstat (limited to 'core/.command_entry.lua')
-rw-r--r-- | core/.command_entry.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/.command_entry.lua b/core/.command_entry.lua index 030add89..89e59809 100644 --- a/core/.command_entry.lua +++ b/core/.command_entry.lua @@ -31,8 +31,8 @@ module('gui.command_entry') -- ## Extending -- -- You can extend the command entry to do more than enter Lua commands. An --- example of this is [incremental search][inc_search]. See `core/ext/find.lua` --- for the implementation. +-- example of this is [incremental search][inc_search]. See +-- `modules/textadept/find.lua` for the implementation. -- -- [inc_search]: ../modules/gui.find.html#incremental |