aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <nyamatongwe@gmail.com>2013-08-23 14:04:39 +1000
committernyamatongwe <nyamatongwe@gmail.com>2013-08-23 14:04:39 +1000
commitf64120f4325c9df94afec8fd95119131bad7130b (patch)
treed18c6f5aeab7640b80b131590bcce0283fddc5ef /src
parent89a306f6ebcd3233839bcba38926140feb626612 (diff)
downloadscintilla-mirror-f64120f4325c9df94afec8fd95119131bad7130b.tar.gz
Updated information on script location.
Diffstat (limited to 'src')
-rw-r--r--src/Catalogue.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Catalogue.cxx b/src/Catalogue.cxx
index 2e9e6381b..aa9a1ee27 100644
--- a/src/Catalogue.cxx
+++ b/src/Catalogue.cxx
@@ -74,7 +74,7 @@ int Scintilla_LinkLexers() {
// Shorten the code that declares a lexer and ensures it is linked in by calling a method.
#define LINK_LEXER(lexer) extern LexerModule lexer; Catalogue::AddLexerModule(&lexer);
-//++Autogenerated -- run src/LexGen.py to regenerate
+//++Autogenerated -- run scripts/LexGen.py to regenerate
//**\(\tLINK_LEXER(\*);\n\)
LINK_LEXER(lmA68k);
LINK_LEXER(lmAbaqus);