diff options
author | nyamatongwe <devnull@localhost> | 2008-04-27 08:23:39 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2008-04-27 08:23:39 +0000 |
commit | 8f0927323f9a2cae83e2d73b3eaac67fd68a0a70 (patch) | |
tree | 742c5f908ac4e7cb031ac73827e92d750d596658 | |
parent | 05afdfab73062917988db56f56c09695bef7b0cf (diff) | |
download | scintilla-mirror-8f0927323f9a2cae83e2d73b3eaac67fd68a0a70.tar.gz |
Typo.
-rw-r--r-- | doc/ScintillaDoc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 8610dbe91..ca53ae42b 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4027,7 +4027,7 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){ This moves the gap within Scintilla so that the text of the document is stored consecutively and ensures there is a NUL character after the text, then returns a pointer to the first character. Applications may then pass this to a function that accepts a character pointer such as a regular - expression search or a parser. The pointer should <em>not</em> be written to as that may desynchoronize + expression search or a parser. The pointer should <em>not</em> be written to as that may desynchronize the internal state of Scintilla. </p> <p>Since any action in Scintilla may change its internal state this pointer becomes invalid after any call or by allowing user interface activity. The application |