diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/.find.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/.find.lua b/core/.find.lua index 384ce4a6..1e322b84 100644 --- a/core/.find.lua +++ b/core/.find.lua @@ -8,10 +8,10 @@ module('textadept.find') -- Usage: --- In additional to offering standard find and replace, Textadept allows you --- to find with Lua patterns and replace with Lua captures and even Lua code! --- Lua captures (%n) are available for a Lua pattern search and embedded Lua --- code enclosed in %() is always available. +-- In addition to offering standard find and replace, Textadept allows you to +-- find with Lua patterns and replace with Lua captures and even Lua code! Lua +-- captures (%n) are available for a Lua pattern search and embedded Lua code +-- enclosed in %() is always available. --- -- Textadept's find table. |