diff options
author | 2008-07-08 19:41:19 -0400 | |
---|---|---|
committer | 2008-07-08 19:41:19 -0400 | |
commit | 3da1a443c92eb7f8001b65fe5f427a09b58f2a33 (patch) | |
tree | 76a9ae78133ae7c0282ee7909f8ebf174b34293e /core | |
parent | 3055a8d7c9e288ab834542fe8bae6bf5f4a694a8 (diff) | |
download | textadept-3da1a443c92eb7f8001b65fe5f427a09b58f2a33.tar.gz textadept-3da1a443c92eb7f8001b65fe5f427a09b58f2a33.zip |
Fixed typo in core/.find.lua LuaDoc.
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. |