diff options
author | Neil <nyamatongwe@gmail.com> | 2015-11-21 11:21:29 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-11-21 11:21:29 +1100 |
commit | 16736d3122a44a3a701e7b5e43f3ee077039b16c (patch) | |
tree | f901a61f0fde634eb2dc0071695782405f550de8 | |
parent | a95a491c2aa40f466fa4041de0adfeffdc4bd44e (diff) | |
download | scintilla-mirror-16736d3122a44a3a701e7b5e43f3ee077039b16c.tar.gz |
Fix a typo and some extra punctuation.
-rw-r--r-- | include/Scintilla.iface | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index a96cd643c..91b3066b5 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -249,7 +249,7 @@ enu IMEInteraction=SC_IME_ val SC_IME_WINDOWED=0 val SC_IME_INLINE=1 -# Is the IME displayed in a winow or inline? +# Is the IME displayed in a window or inline? get int GetIMEInteraction=2678(,) # Choose to display the the IME in a winow or inline. @@ -1420,7 +1420,7 @@ val SC_MULTIPASTE_EACH=1 # Change the effect of pasting when there are multiple selections. set void SetMultiPaste=2614(int multiPaste,) -# Retrieve the effect of pasting when there are multiple selections.. +# Retrieve the effect of pasting when there are multiple selections. get int GetMultiPaste=2615(,) # Retrieve the value of a tag from a regular expression search. @@ -1989,7 +1989,7 @@ val SC_MULTIAUTOC_EACH=1 # Change the effect of autocompleting when there are multiple selections. set void AutoCSetMulti=2636(int multi,) -# Retrieve the effect of autocompleting when there are multiple selections.. +# Retrieve the effect of autocompleting when there are multiple selections. get int AutoCGetMulti=2637(,) enu Ordering=SC_ORDER_ |