aboutsummaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Manual/R.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Manual/R.html b/Doc/Manual/R.html
index 9fa27274b..9ca39c99f 100644
--- a/Doc/Manual/R.html
+++ b/Doc/Manual/R.html
@@ -227,7 +227,9 @@ and integers.
The relevant functions, for debugging purposes, are <tt>enumToInteger</tt> and
</tt>enumFromInteger</tt>.
-Anonymous enumerations are not supported.
+Anonymous enumerations are ignored by the binding generation process,
+leaving no way of accessing the value of anonymous enumerations from R
+code.
</p>