diff --git a/language/types.xml b/language/types.xml index 271dfba985..318cfc6d8c 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -658,8 +658,10 @@ EXPONENT_DNUM ( ({LNUM} | {DNUM}) [eE][+-]? {LNUM}) - Unlike the two other syntaxes, variables will not - be expanded when they occur in single quoted strings. + Unlike the two other syntaxes, variables and escape sequences + for special characters will not be expanded + when they occur in single quoted strings.