diff --git a/doc/classes/Slider.xml b/doc/classes/Slider.xml
index 1e6ed65b488..f1b55b82106 100644
--- a/doc/classes/Slider.xml
+++ b/doc/classes/Slider.xml
@@ -14,14 +14,18 @@
+ If [code]true[/code], the slider can be interacted with. If [code]false[/code], the value can be changed only by code.
+ If [code]true[/code], the value can be changed using the mouse wheel.
+ Number of ticks displayed on the slider, including border ticks. Ticks are uniformly-distributed value markers.
+ If [code]true[/code], the slider will display ticks for minimum and maximum values.
diff --git a/doc/classes/VSlider.xml b/doc/classes/VSlider.xml
index 1dc1b795f7e..ca02899905c 100644
--- a/doc/classes/VSlider.xml
+++ b/doc/classes/VSlider.xml
@@ -4,7 +4,7 @@
Vertical slider.
- Vertical slider. See [Slider]. This one goes from left (min) to right (max).
+ Vertical slider. See [Slider]. This one goes from bottom (min) to top (max).