diff --git a/documentation/current/method/quick-reference-eiffel-programming-language/eiffel-programming-language-reserved-words.wiki b/documentation/current/method/quick-reference-eiffel-programming-language/eiffel-programming-language-reserved-words.wiki
index c12e9fad..1819aeae 100644
--- a/documentation/current/method/quick-reference-eiffel-programming-language/eiffel-programming-language-reserved-words.wiki
+++ b/documentation/current/method/quick-reference-eiffel-programming-language/eiffel-programming-language-reserved-words.wiki
@@ -43,6 +43,10 @@ The logical conjunction [[Eiffel language syntax#Operators|operator]]. Strict wh
===as===
+Used when [[ET: Inheritance#Multiple inheritance and renaming|renaming]] features in descendant classes.
+
+:[[Eiffel language syntax#Rename clauses|Syntax.]]
+
===assign===
diff --git a/documentation/current/method/quick-reference-eiffel-programming-language/eiffel-programming-language-syntax.wiki b/documentation/current/method/quick-reference-eiffel-programming-language/eiffel-programming-language-syntax.wiki
index 75a1963c..6c5ddcb9 100644
--- a/documentation/current/method/quick-reference-eiffel-programming-language/eiffel-programming-language-syntax.wiki
+++ b/documentation/current/method/quick-reference-eiffel-programming-language/eiffel-programming-language-syntax.wiki
@@ -75,7 +75,7 @@ Explicit_value ::= "=" Manifest_constant
===New feature lists ===
New_feature_list ::= {New_feature "," …}+
-New_feature ::= [frozen] Extended_feature_name
+New_feature ::= [frozen] Extended_feature_name
===Feature bodies ===
@@ -228,7 +228,7 @@ Type_list ::= {Type "," …}+
===Formal generic parameters ===
Formal_generics ::= "[" Formal_generic_list "]"
Formal_generic_list ::= {Formal_generic ","…}+
-Formal_generic ::= [frozen] Formal_generic_name [Constraint]
+Formal_generic ::= [frozen] Formal_generic_name [Constraint]
Formal_generic_name ::= [?] Identifier
diff --git a/documentation/current/method/quick-reference-eiffel-programming-language/index.wiki b/documentation/current/method/quick-reference-eiffel-programming-language/index.wiki
index e102ad83..a57e47cb 100644
--- a/documentation/current/method/quick-reference-eiffel-programming-language/index.wiki
+++ b/documentation/current/method/quick-reference-eiffel-programming-language/index.wiki
@@ -6,13 +6,15 @@
-Eiffel the Language is described in detail in the ISO/ECMA standard document, available [http://www.ecma-international.org/publications/standards/Ecma-367.htm online].
+The Quick Reference to Eiffel the language provides an informal guide to the syntax and reserved words of the language. Eiffel the language is described in detail in the ISO/ECMA standard document, available [http://www.ecma-international.org/publications/standards/Ecma-367.htm online].
Sometimes there are differences between the language as defined by the standard and that which is implemented by Eiffel Software. These differences are documented in the online documentation.
So, the final authority on Eiffel as implemented by Eiffel Software is the content of the standard document, amended by those variances cited in the "differences" [[Differences between standard ECMA-367 and Eiffel Software implementation|chapter]] of the online documentation.
-The Quick Reference to Eiffel here to provide an informal guide to the language. Because this reference is based on the 2006 ISO/ECMA standard document, you should be aware that some differences may exist between what is in the Quick Reference and the implementation.
+This reference is based on the June 2006 ISO/ECMA standard document.
+
+