From 3da1a443c92eb7f8001b65fe5f427a09b58f2a33 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 8 Jul 2008 19:41:19 -0400 Subject: Fixed typo in core/.find.lua LuaDoc. --- core/.find.lua | 8 ++++---- 1 file 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. -- cgit v1.2.3