From 367993630694aee7b51cff6469e774fee02ddccc Mon Sep 17 00:00:00 2001 From: mattias Date: Wed, 3 Mar 2021 10:24:09 +0000 Subject: [PATCH] IDEIntf: comment git-svn-id: trunk@64732 - --- components/ideintf/idehelpintf.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ideintf/idehelpintf.pas b/components/ideintf/idehelpintf.pas index a8555191c1..fb85bcb2b0 100644 --- a/components/ideintf/idehelpintf.pas +++ b/components/ideintf/idehelpintf.pas @@ -208,7 +208,7 @@ var // and can be overidden by a package like turbopoweriprodsgn.lpk CreateIDEHTMLProvider: TCreateIDEHTMLProviderEvent = nil;// will be set by the IDE - FPCKeyWordHelpPrefix: string = 'FPCKeyword_'; + FPCKeyWordHelpPrefix: string = 'FPCKeyword_'; // built-in identifiers, e.g. if and delete FPCDirectiveHelpPrefix: string = 'FPCDirective_'; IDEDirectiveHelpPrefix: string = 'IDEDirective_';