Bug 569759 - Unable to change color of var or record keyword

Change-Id: I6a59141d7fffbd1b42782f9c86c6b4b69f1cfa2c
Signed-off-by: Kalyan Prasad Tatavarthi <kalyan_prasad@in.ibm.com>
diff --git a/bundles/org.eclipse.jdt.doc.user/reference/preferences/java/editor/ref-preferences-syntax-coloring.htm b/bundles/org.eclipse.jdt.doc.user/reference/preferences/java/editor/ref-preferences-syntax-coloring.htm
index 3f2a48c..236eb49 100644
--- a/bundles/org.eclipse.jdt.doc.user/reference/preferences/java/editor/ref-preferences-syntax-coloring.htm
+++ b/bundles/org.eclipse.jdt.doc.user/reference/preferences/java/editor/ref-preferences-syntax-coloring.htm
@@ -46,6 +46,11 @@
               contains a list of language elements that may be rendered with its own color and style.
             </p>
             <p>
+              Some identifiers (for eg. var ,yield, record etc..) are restricted identifiers because they are not allowed in some contexts.
+              Semantic highlighting options for such identifiers can be controlled by the language element <strong>Restricted identifiers</strong> 
+              under <strong>Java</strong> category.
+            </p>
+            <p>
             Note that some semantic highlighting options can be disabled by the user in order to
             ensure editor performance on low-end systems.
             </p>