diff -r 779cda568acb -r 58c7f23ae1cb src/eric7/Documentation/Source/eric7.UI.Previewer.html --- a/src/eric7/Documentation/Source/eric7.UI.Previewer.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.UI.Previewer.html Sat Apr 20 18:02:35 2024 +0200 @@ -160,16 +160,16 @@ </dl> <a NAME="Previewer.__editorTextChanged" ID="Previewer.__editorTextChanged"></a> <h4>Previewer.__editorTextChanged</h4> -<b>__editorTextChanged</b>(<i>editor</i>) +<b>__editorTextChanged</b>(<i>_editor</i>) <p> Private slot to handle changes of an editor's text. </p> <dl> -<dt><i>editor</i> (Editor)</dt> +<dt><i>_editor</i> (Editor)</dt> <dd> -reference to the editor +reference to the editor (unused) </dd> </dl> <a NAME="Previewer.__isPreviewable" ID="Previewer.__isPreviewable"></a>