aboutsummaryrefslogtreecommitdiff
path: root/core/.command_entry.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-06-11 19:18:34 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2010-06-11 19:18:34 -0400
commitf0c0e4d8c11843fb6b5dc4c6f590fa25714ab949 (patch)
tree69f582f799ed0cb851d1b44d15a7d5a9b58290cf /core/.command_entry.lua
parent9cc9f312c3c156aaf2f97713bb3a760bd224c52d (diff)
downloadtextadept-f0c0e4d8c11843fb6b5dc4c6f590fa25714ab949.tar.gz
textadept-f0c0e4d8c11843fb6b5dc4c6f590fa25714ab949.zip
Cleanup.
Diffstat (limited to 'core/.command_entry.lua')
-rw-r--r--core/.command_entry.lua4
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