diff options
author | nyamatongwe <devnull@localhost> | 2005-02-07 05:09:11 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2005-02-07 05:09:11 +0000 |
commit | b776a41442f7ba0ff6a1075b2fe1c28f3f504d14 (patch) | |
tree | 6281eaf7b222f316167b141452b071cb385a97fa | |
parent | d372177dc94d872395f6538c3e54fb96c6e9baef (diff) | |
download | scintilla-mirror-b776a41442f7ba0ff6a1075b2fe1c28f3f504d14.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 |