--- a/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Mon Sep 19 19:44:38 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Mon Sep 19 19:44:55 2022 +0200 @@ -6817,9 +6817,10 @@ Public slot to toggle the comment of a block. </p> <p> - If the line of the cursor or the selection is not commented, it will - be commented. If it is commented, the comment block will be removed. - The later works independent of the current selection. + If the editor contains selected text and the start line is not commented, it + will be commented. Otherwise the selection will be un-commented. In case there + is no selected text and the current line is not commented, it will be commented. + If is commented, the comment block will be removed. </p> <a NAME="Editor.toggleCurrentFold" ID="Editor.toggleCurrentFold"></a> <h4>Editor.toggleCurrentFold</h4>