diff options
author | nyamatongwe <unknown> | 2005-07-30 01:05:12 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2005-07-30 01:05:12 +0000 |
commit | 181432d86e614db91e394f11bc7573362be43090 (patch) | |
tree | a4a380e3b95e0e870e50194b8121ab997523fca2 | |
parent | 843a8b5f6aa73b122c893c23cc061a9f208f3e2f (diff) | |
download | scintilla-mirror-181432d86e614db91e394f11bc7573362be43090.tar.gz |
Minor word order change.
-rw-r--r-- | doc/ScintillaHistory.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index c113ca837..4f20d06a3 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -249,7 +249,7 @@ Batch file lexer understands more of the syntax and the behaviour of builtin commands. </li> <li> - Perl lexer better handles here docs; disambiguates barewords, quote-like delimiters, and repetition operators; + Perl lexer handles here docs better; disambiguates barewords, quote-like delimiters, and repetition operators; handles Pods after __END__; recognises numbers better; and handles some typeglob special variables. </li> <li> |