diff --git a/docs/xml/lcl/controls.xml b/docs/xml/lcl/controls.xml
index ace555a8d8..d56a7a65f9 100644
--- a/docs/xml/lcl/controls.xml
+++ b/docs/xml/lcl/controls.xml
@@ -15823,15 +15823,15 @@ and that description should be read to understand their definitions more fully.
- DoMouseWheel - performs the action to deal with a movement of the mouse wheel; returns True if successful
+ DoMouseWheel - performs the action to deal with a movement of the mouse wheel; returns True if handled
- DoMouseWheelDown - performs the action for a downward movement of the mouse wheel; returns True if successful
+ DoMouseWheelDown - performs the action for a downward movement of the mouse wheel; returns True if handled
- DoMouseWheelUp - performs the action for an upward movement of the mouse wheel; returns True if successful
+ DoMouseWheelUp - performs the action for an upward movement of the mouse wheel; returns True if handled