diff options
author | nyamatongwe <unknown> | 2000-08-02 10:26:04 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-08-02 10:26:04 +0000 |
commit | 6051be089460dfaff3f18c32cf9ee849c2f0c02b (patch) | |
tree | 1c312914733ee0e714e1f47db2d2f8800d655491 | |
parent | 6a1ef8c4aa9c67cb980ce3fa73e75f8a2b87f60c (diff) | |
download | scintilla-mirror-6051be089460dfaff3f18c32cf9ee849c2f0c02b.tar.gz |
Couple of typos found by Philippe.
-rw-r--r-- | doc/ScintillaDoc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 389a861cc..98a242f86 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -713,7 +713,7 @@ SCI_NULL these messages. To fit the parameters into a message, the first argument contains the key code in the low word and the key modifiers (possibly shift and control) in the high word. The key code is from the VK_* enumeration, and the modifiers are a combination of zero or more of - SHIFT_PRESSED and LEFT_CTRL_PRESSED. SCI_NULL does nthing and is the + SHIFT_PRESSED and LEFT_CTRL_PRESSED. SCI_NULL does nothing and is the value assigned to keys that perform no action. </p> <h3> @@ -1016,7 +1016,7 @@ SCI_GETMODEVENTMASK change occurred and whether this changed the number of lines in the document. </p> <p> - EN_CHANGE is fired when the text of the document has been changed for any reason. This + SCEN_CHANGE is fired when the text of the document has been changed for any reason. This notification is sent using the WM_COMMAND message on Windows and the "Command" signal on GTK+ as this is the behaviour of the standard edit control. |