[Feat Req for Documentation] Improvements for selection-setting functions
Can these 3 related functions appear sequentially in the documentation?:
editor.setSel(anchor, caret)
editor.setSelection(caret, anchor)
editor.setEmptySelection(caret)
Additionally, can the following highlighted text be added?:

Some of the information requested appears in the Scintilla documentation and is seen when the associated link in the PS doc is clicked, but it would be nicer to have it directly in the PS docs.
For copying convenience, here is the text from the above:
The caret is scrolled into view after this operation.
Note: the argument order is reversed from the editor.setSelection() function.
The caret is not scrolled into view after this operation.
Note: the argument order is reversed from the editor.setSel() function.
Docu is generated from e.g.
https://github.com/bruderstein/PythonScript/blob/1e090b73d025ceae90951f34157caffdaef22295/PythonScript/src/Scintilla.iface#L1184-L1185
, so it would be nicer to have this corrected by scintilla itself.
Docu is generated from e.g.
:-(
Consider NOT producing documentation that way? :-)