AutoHotkey_L-Docs
AutoHotkey_L-Docs copied to clipboard
Documentation for AutoHotkey
Clarifying the behavior of the `__New` method when constructing an instance of a class in the [Construction and Destruction](https://www.autohotkey.com/docs/v2/Objects.htm#Custom_NewDelete) section. [[Forum post](https://www.autohotkey.com/boards/viewtopic.php?p=548057#p548057)]
Added a comment to document the use of this method to flush the write buffer. Reference: [Example #3](https://www.autohotkey.com/docs/v2/lib/FileOpen.htm#ExStreams).
Clarify what the default value is when CoordMode is never used in the documentation, because it could be missed if the person reading doesnt get to the Remarks area.