diff options
author | nyamatongwe <devnull@localhost> | 2008-03-29 11:43:15 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2008-03-29 11:43:15 +0000 |
commit | 78acf98d754da52bddafec9ca367943e903c9cc8 (patch) | |
tree | 360abf3c16d45205b239db2cff98ee2ae6e46eb2 /include | |
parent | c63e121d1a4846433f3b50c2c86daadb8dbd48ff (diff) | |
download | scintilla-mirror-78acf98d754da52bddafec9ca367943e903c9cc8.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. |