synedit: fixed typo

git-svn-id: trunk@22355 -
This commit is contained in:
mattias 2009-10-31 11:35:26 +00:00
parent 75d877a8fb
commit f35f9bc932

View File

@ -66,7 +66,7 @@ type
Sender: TSynCustomBeautifier; // the beautifier
Editor: TObject; // the synedit
LogCaret: TPoint;
var FirstLinePos, LinesCount: Integer; // IF the function returns false, the beautifier shall calculate the indent
var FirstLinePos, LastLinePos: Integer;// IF the function returns false, the beautifier shall calculate the indent
Reason: TSynEditorCommand; // what caused the evnt
SetIndentProc: TSynBeautifierSetIndentProc
): boolean of object;