diff --git a/docs/xml/lcl/controls.xml b/docs/xml/lcl/controls.xml
index 7407020daa..ce213d394a 100644
--- a/docs/xml/lcl/controls.xml
+++ b/docs/xml/lcl/controls.xml
@@ -822,7 +822,7 @@ mrLast=mrYesToAll=10
and the way the Control should be drawn.
Reads the value for colour, or stores the value, and sets a flag if the colour is stored.
The default colour is the same as the window in which the control is located.
Reads a flag to see what font should be used, or sets a flag to store it. If stored, sets a flag to say so.
The properties of Font are defined in the parent class TFont
Reads the details of the pop-up menu, or stores them.
Properties are defined in the parent class TPopupMenu
Reads message from flag area, or stores a message
{ TDockTree - a tree of TDockZones - Every docked window has one tree
+ TDockTree - a tree of TDockZones - Every docked window has one tree
This is an abstract class. The real implementation is in ldocktree.pas.
@@ -9677,7 +9677,7 @@ TGraphicControl, you must query the ClientRect.
Example1: Docking "A" (source window) left to "B" (target window)
+---+ +----+
- | A | -> | B |
+ | A | -> | B |
+---+ | |
+----+
Result: A new docktree will be created. Height of "A" will be resized to
@@ -9711,7 +9711,7 @@ TGraphicControl, you must query the ClientRect.
Example2: Docking A into B
+-----+
+---+ | |
- | A | ---+-> B |
+ | A | ---+-> B |
+---+ | |
+-----+
@@ -9746,8 +9746,8 @@ TGraphicControl, you must query the ClientRect.
ResetBounds - TODO for Delphi compatibility
SetReplacingControl - TODO for Delphi compatibility
PaintSite - TODO for Delphi compatibility
-}
-
+
+