aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-02-07 05:09:11 +0000
committernyamatongwe <devnull@localhost>2005-02-07 05:09:11 +0000
commitb776a41442f7ba0ff6a1075b2fe1c28f3f504d14 (patch)
tree6281eaf7b222f316167b141452b071cb385a97fa
parentd372177dc94d872395f6538c3e54fb96c6e9baef (diff)
downloadscintilla-mirror-b776a41442f7ba0ff6a1075b2fe1c28f3f504d14.tar.gz
Changed language from "forces" to "requests" because a
lexer may decide to defer styling.
-rw-r--r--doc/ScintillaDoc.html2
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