diff options
author | nyamatongwe <unknown> | 2002-09-21 11:34:29 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2002-09-21 11:34:29 +0000 |
commit | d1b073bb7dfd555f2434c8a7f4ce5fdc6f99db73 (patch) | |
tree | 6a2ba0824caecd202f76245f7a14acb8d9698786 | |
parent | 87ddf102098a879beee690e234104d0c1e6cf993 (diff) | |
download | scintilla-mirror-d1b073bb7dfd555f2434c8a7f4ce5fdc6f99db73.tar.gz |
Fixed run together words.
-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 a44f0d3fb..d2c9ef913 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -762,7 +762,7 @@ SCI_GETMARGINSENSITIVEN(int margin) There may be up to three margins to the left of the text display. Each margin may contain marker symbols and some may be set to display line numbers (with SCI_SETMARGINTYPEN). The markers - displayed in each margin are set withSCI_SETMARGINMASKN. Any + displayed in each margin are set with SCI_SETMARGINMASKN. Any markers not associated with a visible margin will be displayed as changes in background colour in the text. A width in pixels can be set for each margin. Margins with a zero |