diff options
author | nyamatongwe <devnull@localhost> | 2009-05-17 22:02:36 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-05-17 22:02:36 +0000 |
commit | 8b55afbd565c65f1134cf8b0cd3e25ebcc086640 (patch) | |
tree | 1641c2ae826dc9dfc08846540ba8f6386e1e8080 | |
parent | 11563f67d27930449bdea92bb1674b2c03f855e1 (diff) | |
download | scintilla-mirror-8b55afbd565c65f1134cf8b0cd3e25ebcc086640.tar.gz |
Fixed documentation of boxed mode annotations to match implementation.
-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 ab7cb5da0..beb5ab115 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -2598,7 +2598,7 @@ struct TextToFind { <td>2</td> - <td>Annotations are indented 40 pixels and are surrounded by a box.</td> + <td>Annotations are indented to match the text and are surrounded by a box.</td> </tr> </tbody> </table> |