diff --git a/Documentation.html b/Documentation.html
index a3dcc4fc0..d697ab0be 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -1243,7 +1243,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
To use this feature set this value to TRUE (the default). If not everything
you want is colored or to influence where a newline is inserted see the
Configurationarrays $cfg['keywords'] and $cfg['additional']. Note:
- for version 2.3.0-rc1, syntax coloring is non functional.
+ for version 2.3.0, syntax coloring is non functional.
$cfg['colorFunctions'] string [HTML color]
diff --git a/config.inc.php3 b/config.inc.php3
index 2bdde7aea..f404662d0 100755
--- a/config.inc.php3
+++ b/config.inc.php3
@@ -263,6 +263,8 @@ $cfg['ModifyDeleteAtRight'] = FALSE; // show edit/delete links on right s
$cfg['DefaultDisplay'] = 'horizontal'; // default display direction (horizontal|vertical)
$cfg['RepeatCells'] = 100; // repeat header names every X cells? (0 = deactivate)
+ // Note: this feature will be
+ // implemented after 2.3.0
$cfg['UseSyntaxColoring'] = TRUE; // use syntaxcoloring on output of SQL, might be a little slower
$cfg['colorFunctions'] = '#FF0000'; // Colors used for Syntaxcoloring of SQL Statements
$cfg['colorKeywords'] = '#990099';