* Cosmetic: comments/debugln output

git-svn-id: trunk@46555 -
This commit is contained in:
reiniero 2014-10-14 14:06:25 +00:00
parent bea823d0d7
commit be36f13bcb
2 changed files with 3 additions and 3 deletions

View File

@ -250,7 +250,7 @@ function ShowHelpForContext(HelpDatabaseID: THelpDatabaseID;
function ShowHelpForContext(HelpContext: THelpContext; var ErrMsg: string
): TShowHelpResult; overload;
// help by keyword (an arbitrary keyword, not only fpc keyword)
// help by keyword (an arbitrary keyword, not only FPC keyword)
function ShowHelpOrErrorForKeyword(HelpDatabaseID: THelpDatabaseID;
const HelpKeyword: string): TShowHelpResult;
function ShowHelpForKeyword(HelpDatabaseID: THelpDatabaseID;
@ -264,7 +264,7 @@ function ShowHelpForDirective(HelpDatabaseID: THelpDatabaseID;
function ShowHelpForDirective(const HelpDirective: string; var ErrMsg: string
): TShowHelpResult; overload;
// help for pascal sources
// help for Pascal sources
function ShowHelpForPascalContexts(const Filename: string;
const SourcePosition: TPoint; ListOfPascalHelpContextList: TList;
var ErrMsg: string): TShowHelpResult;