--- a/Documentation/Source/eric6.QScintilla.Editor.html Mon Apr 02 12:04:56 2018 +0200 +++ b/Documentation/Source/eric6.QScintilla.Editor.html Tue May 01 12:03:52 2018 +0200 @@ -2800,7 +2800,7 @@ </dd> </dl><a NAME="Editor.addCompletionListHook" ID="Editor.addCompletionListHook"></a> <h4>Editor.addCompletionListHook</h4> -<b>addCompletionListHook</b>(<i>key, func, async=False</i>) +<b>addCompletionListHook</b>(<i>key, func, asynchroneous=False</i>) <p> Public method to set an auto-completion list provider. </p><dl> @@ -2815,7 +2815,7 @@ the possible completions as a list of strings. and function(editor, bool, str) returning nothing in case async is True -</dd><dt><i>async</i> (bool)</dt> +</dd><dt><i>asynchroneous</i> (bool)</dt> <dd> flag indicating an asynchroneous function </dd>