aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/.command_entry.lua
diff options
context:
space:
mode:
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