aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-02-14 09:47:23 +1100
committerNeil <nyamatongwe@gmail.com>2014-02-14 09:47:23 +1100
commit49f784cd0b1056c5c624534b097d968b8eaadd88 (patch)
tree942933d525891399ec3e0c31ceca2ecc7b09d326
parent1bb6f0022eeb025bd6e74c80d3e0c4d761523225 (diff)
downloadscintilla-mirror-49f784cd0b1056c5c624534b097d968b8eaadd88.tar.gz
Fix explanation as confused in bug [#1577].
-rw-r--r--doc/ScintillaDoc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index ab8f4064f..a08c36ac9 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -3525,7 +3525,7 @@ struct Sci_TextToFind {
<p>The markers are drawn in the order of their numbers, so higher numbered markers appear on
top of lower numbered ones. Markers try to move with their text by tracking where the start of
their line moves. When a line is deleted, its markers are combined, by an <code>OR</code>
- operation, with the markers of the previous line.</p>
+ operation, with the markers of the next line.</p>
<code><a class="message" href="#SCI_MARKERDEFINE">SCI_MARKERDEFINE(int markerNumber, int
markerSymbols)</a><br />
<a class="message" href="#SCI_MARKERDEFINEPIXMAP">SCI_MARKERDEFINEPIXMAP(int markerNumber,