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
commitfad528c1ed3d9e54cebab79b53107c4972e7873d (patch)
treed9e4e9d44a1e6b23055fb17535ea10ad8654a5bc
parentccaa21bceada0888ab7d42dc2b9ea1bd0a398051 (diff)
downloadscintilla-mirror-fad528c1ed3d9e54cebab79b53107c4972e7873d.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,