aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexPerl.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-02-17 11:18:11 +0000
committernyamatongwe <devnull@localhost>2003-02-17 11:18:11 +0000
commit2a25b067f78f395392499ac9f19a8028d847d07e (patch)
tree045f6c279f221341f136acd2d2cdd2e8db3a65f8 /src/LexPerl.cxx
parent0b5372d287924ae28c2b869f6edf2c03035872c8 (diff)
downloadscintilla-mirror-2a25b067f78f395392499ac9f19a8028d847d07e.tar.gz
Upgraded keyword list descriptions from Brian Quinlan.
Diffstat (limited to 'src/LexPerl.cxx')
-rw-r--r--src/LexPerl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LexPerl.cxx b/src/LexPerl.cxx
index e3167871a..211c3b875 100644
--- a/src/LexPerl.cxx
+++ b/src/LexPerl.cxx
@@ -715,7 +715,7 @@ static void FoldPerlDoc(unsigned int startPos, int length, int, WordList *[],
}
static const char * const perlWordListDesc[] = {
- "Perl keywords",
+ "Keywords",
0
};