diff --git a/doc/classes/ItemList.xml b/doc/classes/ItemList.xml
index f716ba0f6c8..1dce3ba9e96 100644
--- a/doc/classes/ItemList.xml
+++ b/doc/classes/ItemList.xml
@@ -351,6 +351,7 @@
Fired when specified list item has been selected via right mouse clicking.
The click position is also provided to allow appropriate popup of context menus
at the correct location.
+ [member allow_rmb_select] must be enabled.
@@ -358,6 +359,7 @@
Fired when specified item has been selected.
+ [member allow_reselect] must be enabled to reselect an item.