diff --git a/documentation/current/eiffelstudio/eiffelstudio-how-tos/compiling/setting-syntax-variant.wiki b/documentation/current/eiffelstudio/eiffelstudio-how-tos/compiling/setting-syntax-variant.wiki
index 95ed602a..464ebadf 100644
--- a/documentation/current/eiffelstudio/eiffelstudio-how-tos/compiling/setting-syntax-variant.wiki
+++ b/documentation/current/eiffelstudio/eiffelstudio-how-tos/compiling/setting-syntax-variant.wiki
@@ -11,7 +11,11 @@ EiffelStudio project settings supports four of these syntax compilation variants
# '''Provisional syntax'''
-Because the language, and by necessity the compilation technology too, may at times be a moving target, it is difficult to give precise definitions of what these variants mean at any given time. Today's valid identifier is tomorrow's keyword and vice versa. It's always a good idea to check the [[EiffelStudio release notes]] when you install a new version to see if new language elements are supported or existing ones have been made obsolete.
+Because the language, and by necessity the compilation technology too, may at times be a moving target, it is difficult to give precise definitions of what these variants mean at any given time. Today's valid identifier is tomorrow's keyword and vice versa.
+
+
+{{Recommended|It's always a good idea to check the [[EiffelStudio release notes]] when you install a new version to see if new language elements are supported or existing ones have been made obsolete. }}
+
Even so, we can use an example from a particular point in time to show the basic idea. At one time, the word '''indexing''' was a keyword, and the word '''note''' was available for use as a valid identifier. But there came a time that due to a consensus of opinion within the Eiffel standards committee, the role of the keyword indexing was replaced by a new keyword note. This meant two things. First that if you had used the keyword indexing in your classes (and who hadn't?), then at some point you would want to change those occurrences to note. Second, if you had used the word '''note''' as an identifier, then at some point you would have to change your code to use a different identifier it its place.