diff options
author | nyamatongwe <devnull@localhost> | 2004-03-06 23:00:45 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2004-03-06 23:00:45 +0000 |
commit | 66ec9b15bd88fd9827c535db31655ea17f43cdea (patch) | |
tree | 662be18f76755ad0bd9d6dd505004e01708177b2 | |
parent | 979b13cb8cd20e76deb34257328d70a5a412fc18 (diff) | |
download | scintilla-mirror-66ec9b15bd88fd9827c535db31655ea17f43cdea.tar.gz |
Now passes the w3c validator.
-rw-r--r-- | doc/ScintillaDoc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 7a49b5967..239fc5b12 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -3960,13 +3960,13 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){ Split a range of lines indicated by the target into lines that are at most pixelWidth wide. Splitting occurs on word boundaries wherever possible in a similar manner to line wrapping. When <code>pixelWidth</code> is 0 then the width of the window is used. - <br /> + </p> <p><b id="SCI_LINESJOIN">SCI_LINESJOIN</b><br /> Join a range of lines indicated by the target into one line by removing line end characters. Where this would lead to no space between words, an extra space is inserted. - <br /> + </p> <h2 id="Zooming">Zooming</h2> |