diff --git a/Contrib/Modern UI 2/Readme.html b/Contrib/Modern UI 2/Readme.html
index 24dd9ea3..d4e2c773 100644
--- a/Contrib/Modern UI 2/Readme.html
+++ b/Contrib/Modern UI 2/Readme.html
@@ -1069,8 +1069,12 @@ FunctionEnd
MUI_CUSTOMFUNCTION_UNGUIINIT function
MUI_CUSTOMFUNCTION_ABORT function
MUI_CUSTOMFUNCTION_UNABORT function
- MUI_CUSTOMFUNCTION_MOUSEOVERSECTION function
- MUI_CUSTOMFUNCTION_UNMOUSEOVERSECTION function
+ Mouse over functions are only available when the description macros + (MUI_FUNCTION_DESCRIPTION_BEGIN) are used. When component page descriptions are not + used, regular .onMouseOverSection and un.onMouseOverSection must be used.
In the show function, the window handles of all controls on the page can be retrieved
from a Modern UI variable. A list of the variables names is not yet available. For
diff --git a/Contrib/Modern UI/Readme.html b/Contrib/Modern UI/Readme.html
index 4d16e57c..f2a2f42d 100644
--- a/Contrib/Modern UI/Readme.html
+++ b/Contrib/Modern UI/Readme.html
@@ -1055,8 +1055,12 @@ FunctionEnd
MUI_CUSTOMFUNCTION_UNGUIINIT function
MUI_CUSTOMFUNCTION_ABORT function
MUI_CUSTOMFUNCTION_UNABORT function
- MUI_CUSTOMFUNCTION_MOUSEOVERSECTION function
- MUI_CUSTOMFUNCTION_UNMOUSEOVERSECTION function
+ Mouse over functions are only available when the description macros + (MUI_FUNCTION_DESCRIPTION_BEGIN) are used. When component page descriptions are not + used, regular .onMouseOverSection and un.onMouseOverSection must be used.