diff options
author | Zufu Liu <unknown> | 2020-04-09 08:36:38 +1000 |
---|---|---|
committer | Zufu Liu <unknown> | 2020-04-09 08:36:38 +1000 |
commit | bccddaa3cb64acce1af28e972b898be2b2e60001 (patch) | |
tree | 035f2535d0e6490af817b64ab9b3afbec6faa903 | |
parent | 6641760f258b2fdab232b2863182b4ba91cbdfc7 (diff) | |
download | scintilla-mirror-bccddaa3cb64acce1af28e972b898be2b2e60001.tar.gz |
Typo.
-rw-r--r-- | include/Scintilla.iface | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 2da3fb6c9..4bf98b1d4 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -403,7 +403,7 @@ set void MarkerSetBack=2042(int markerNumber, colour back) # Set the background colour used for a particular marker number when its folding block is selected. set void MarkerSetBackSelected=2292(int markerNumber, colour back) -# Enable/disable highlight for current folding bloc (smallest one that contains the caret) +# Enable/disable highlight for current folding block (smallest one that contains the caret) fun void MarkerEnableHighlight=2293(bool enabled,) # Add a marker to a line, returning an ID which can be used to find or delete the marker. |