diff options
| author | Neil <nyamatongwe@gmail.com> | 2020-02-05 15:35:59 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2020-02-05 15:35:59 +1100 |
| commit | 2fb30d29222fa286aaf40fd325c010d7f8d0b2c2 (patch) | |
| tree | 83619c6e449ce75fe38d7600f33d67bfd290dbce | |
| parent | c35fb57442a31d92ef4090952439db93dec458c6 (diff) | |
| download | scintilla-mirror-2fb30d29222fa286aaf40fd325c010d7f8d0b2c2.tar.gz | |
Backport: Spelling and grammar in comment.
Backport of changeset 7974:1c2ef1972813.
| -rw-r--r-- | include/Scintilla.iface | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 7f27543ed..e2bab0f03 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -282,7 +282,7 @@ val SC_IME_INLINE=1 # Is the IME displayed in a window or inline? get IMEInteraction GetIMEInteraction=2678(,) -# Choose to display the the IME in a winow or inline. +# Choose to display the IME in a window or inline. set void SetIMEInteraction=2679(IMEInteraction imeInteraction,) enu MarkerSymbol=SC_MARK_ @@ -2659,6 +2659,7 @@ ali SCVS_NOWRAPLINESTART=NO_WRAP_LINE_START # Set options for virtual space behaviour. set void SetVirtualSpaceOptions=2596(VirtualSpace virtualSpaceOptions,) + # Return options for virtual space behaviour. get VirtualSpace GetVirtualSpaceOptions=2597(,) |
