diff options
author | nyamatongwe <unknown> | 2008-03-29 11:43:15 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2008-03-29 11:43:15 +0000 |
commit | 7aa71813a370fb9462cdbc79cd7eeb95c4803c52 (patch) | |
tree | 360abf3c16d45205b239db2cff98ee2ae6e46eb2 /include | |
parent | a8fc32211a1cc4a0dbd420b2b08a4456e0f7fb2d (diff) | |
download | scintilla-mirror-7aa71813a370fb9462cdbc79cd7eeb95c4803c52.tar.gz |
Document fixes from Andrew Howell.
Diffstat (limited to 'include')
-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 f847f7d13..757ec2e49 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -516,7 +516,7 @@ get int GetCaretPeriod=2075(,) set void SetCaretPeriod=2076(int periodMilliseconds,) # Set the set of characters making up words for when moving or selecting by word. -# First sets deaults like SetCharsDefault. +# First sets defaults like SetCharsDefault. set void SetWordChars=2077(, string characters) # Start a sequence of actions that is undone and redone as a unit. |