diff options
author | nyamatongwe <unknown> | 2005-02-07 05:09:11 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2005-02-07 05:09:11 +0000 |
commit | 0ab71ce05405ec5b0d725bc23d1e6c720fbec20f (patch) | |
tree | 6281eaf7b222f316167b141452b071cb385a97fa | |
parent | 1b549223ab8e5bf6485363d57ecb6d543faa71fe (diff) | |
download | scintilla-mirror-0ab71ce05405ec5b0d725bc23d1e6c720fbec20f.tar.gz |
Changed language from "forces" to "requests" because a
lexer may decide to defer styling.
-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 dd8b533c0..51c40b36a 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4229,7 +4229,7 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){ </p> <p><b id="SCI_COLOURISE">SCI_COLOURISE(int startPos, int endPos)</b><br /> - This forces the current lexer or the container (if the lexer is set to + This requests the current lexer or the container (if the lexer is set to <code>SCLEX_CONTAINER</code>) to style the document between <code>startPos</code> and <code>endPos</code>. If <code>endPos</code> is -1, the document is styled from <code>startPos</code> to the end. If the <code>"fold"</code> property is set to |